diff options
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> |