diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2019-08-12 13:19:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 13:19:02 +0000 |
commit | 8e6fd93e44c2a9577982e08030e6beb3f88d4eef (patch) | |
tree | 7ff7608eceedba5a4020e21fbf25b118cf2742c7 /pom.xml | |
parent | 1f31f51a1f82ce62ebf8774c03dedc09c299c7a4 (diff) | |
parent | fe426a016c5e0ec80bfceb6e66b1d9af965785e6 (diff) |
Merge "Update janus, springboot, and aai-common deps"
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> |