diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 17:17:51 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 17:17:53 -0400 |
commit | fe426a016c5e0ec80bfceb6e66b1d9af965785e6 (patch) | |
tree | 770431a7414ba3f5ae93489b8b8677f5feb39747 /pom.xml | |
parent | fc60975d760aa515be2a45fe5176217de5e5372b (diff) |
Update janus, springboot, and aai-common deps
Issue-ID: AAI-2577
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I19c5456bc93bcbe3681716907234bb0051aac24d
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |