aboutsummaryrefslogtreecommitdiffstats
path: root/aai-queries
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-08 17:25:06 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-08 17:25:42 -0400
commit9ff6cbc90836fbdeedb849c92b5d1fd049e614c8 (patch)
tree979ee787b959e8b130f423f5b98cdb425a927740 /aai-queries
parent7d3e532f6b3120996b78da36ef859028de8b9818 (diff)
Update janus, springboot, and aai-common deps
Issue-ID: AAI-2547 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5a35ace76387867742a20acffa0705f08f1622d9
Diffstat (limited to 'aai-queries')
-rw-r--r--aai-queries/pom.xml4
1 files changed, 2 insertions, 2 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>