aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r--aai-traversal/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 0af4fa3..4dc1016 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -41,8 +41,9 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <aai.schema.version>1.0.0</aai.schema.version>
- <aai.core.version>1.4.1</aai.core.version>
+ <aai.schema.version>1.0.1</aai.schema.version>
+ <aai.core.version>1.4.2</aai.core.version>
+ <aai.rest.version>1.4.2</aai.rest.version>
<spring.boot.version>1.5.20.RELEASE</spring.boot.version>
@@ -671,7 +672,7 @@
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-rest</artifactId>
- <version>1.4.1</version>
+ <version>${aai.rest.version}</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>