diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 17:25:06 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2019-08-08 21:29:08 +0000 |
commit | 967fd2bafa4a178f290503f121b39ad2353c04db (patch) | |
tree | b52bc1a2182b5b86f8702be7f0c412df15751ab9 /aai-queries | |
parent | 9a9ff9771b719b68ab7ee0e6fdda474784aff57e (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.xml | 4 |
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> |