aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-08 17:17:51 -0400
committerJames Forsyth <jf2512@att.com>2019-08-08 21:20:12 +0000
commitcee968174653d890725d354bd614ab27b9071eef (patch)
tree770431a7414ba3f5ae93489b8b8677f5feb39747
parentfc60975d760aa515be2a45fe5176217de5e5372b (diff)
Update janus, springboot, and aai-common deps
Issue-ID: AAI-2577 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I19c5456bc93bcbe3681716907234bb0051aac24d
-rwxr-xr-xpom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 4f50e24..0fb61f9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<skip.integration.tests>true</skip.integration.tests>
<!-- End of Test Related Properties -->
- <spring.boot.version>1.5.20.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.21.RELEASE</spring.boot.version>
<!-- Start of Sonar Related Properties -->
<sonar.language>java</sonar.language>
@@ -84,7 +84,7 @@
<aai.project.version>${project.version}</aai.project.version>
<!-- Start of Database Related Properties -->
- <janusgraph.version>0.2.0</janusgraph.version>
+ <janusgraph.version>0.2.3</janusgraph.version>
<gremlin.driver.version>3.0.1-incubating</gremlin.driver.version>
<gremlin.version>3.2.2</gremlin.version>
<!-- End of Database Related Properties -->
@@ -99,7 +99,7 @@
<gson.version>2.7</gson.version>
<json.version>20090211</json.version>
- <aai.core.version>1.5.1</aai.core.version>
+ <aai.core.version>1.5.3</aai.core.version>
<aai.schema.version>1.5.0</aai.schema.version>
<netty.handler.version>4.1.9.Final</netty.handler.version>
@@ -1036,7 +1036,7 @@
due to the fact that the plugin 1.5.15.RELEASE was built using maven 3.5 while
the current build version being used by our jenkins is 3.3.9
-->
- <version>1.5.20.RELEASE</version>
+ <version>1.5.21.RELEASE</version>
<configuration>
<mainClass>${start-class}</mainClass>
<layout>ZIP</layout>