aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-08 17:25:06 -0400
committerJames Forsyth <jf2512@att.com>2019-08-08 21:29:08 +0000
commit967fd2bafa4a178f290503f121b39ad2353c04db (patch)
treeb52bc1a2182b5b86f8702be7f0c412df15751ab9
parent9a9ff9771b719b68ab7ee0e6fdda474784aff57e (diff)
Update janus, springboot, and aai-common deps
Issue-ID: AAI-2547 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5a35ace76387867742a20acffa0705f08f1622d9
-rw-r--r--aai-queries/pom.xml4
-rw-r--r--aai-schema-service/pom.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml
index dcc2620..787e05c 100644
--- a/aai-queries/pom.xml
+++ b/aai-queries/pom.xml
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-core</artifactId>
- <version>1.5.1</version>
+ <version>1.5.3</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
- <version>1.5.20.RELEASE</version>
+ <version>1.5.21.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml
index 3e84d0c..7c0780a 100644
--- a/aai-schema-service/pom.xml
+++ b/aai-schema-service/pom.xml
@@ -35,9 +35,9 @@
<java.version>1.8</java.version>
<start-class>org.onap.aai.schemaservice.SchemaServiceApp</start-class>
- <aai.core.version>1.5.1</aai.core.version>
+ <aai.core.version>1.5.3</aai.core.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>
@@ -54,7 +54,7 @@
<hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
<junit.version>4.12</junit.version>
<google.guava.version>16.0.1</google.guava.version>
- <janusgraph.version>0.2.0</janusgraph.version>
+ <janusgraph.version>0.2.3</janusgraph.version>
<mockito.version>1.10.19</mockito.version>
<powermock.version>1.6.2</powermock.version>
<jaxb.version>2.2.11</jaxb.version>