aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-08 17:05:43 -0400
committerJames Forsyth <jf2512@att.com>2019-08-08 21:16:09 +0000
commit716c5edc48dec27c2e2211e9eb35515c3d31deb6 (patch)
tree5ed71961438fdae49e027afdb92934a319621664
parentf5d0fa648130828803c3c2cd0dad912b1b83af34 (diff)
Update janus, springboot, and aai-common deps
Issue-ID: AAI-2543 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I0ec2afedbc29eea3096c45d75f0a7b0c52558c1e
-rw-r--r--aai-traversal/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 9aa4ff8..e1d3458 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -42,10 +42,10 @@
<maven.compiler.target>1.8</maven.compiler.target>
<aai.schema.version>1.5.0</aai.schema.version>
- <aai.core.version>1.5.1</aai.core.version>
- <aai.rest.version>1.5.1</aai.rest.version>
+ <aai.core.version>1.5.3</aai.core.version>
+ <aai.rest.version>1.5.3</aai.rest.version>
- <spring.boot.version>1.5.20.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.21.RELEASE</spring.boot.version>
<!-- Start of the jacoco plugin properties -->
<sonar.language>java</sonar.language>
@@ -77,7 +77,7 @@
<hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
<janino.version>2.7.8</janino.version>
<google.guava.version>19.0</google.guava.version>
- <janusgraph.version>0.2.0</janusgraph.version>
+ <janusgraph.version>0.2.3</janusgraph.version>
<gremlin.version>3.2.2</gremlin.version>
<smack.version>3.0.4</smack.version>
<json.simple.version>1.1.1</json.simple.version>