diff options
Diffstat (limited to 'aai-queries/pom.xml')
-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> |