[AAI] Upgraded microservices to use the latest aai-common 1.9.2 82/126782/1
authorwr148d <wr148d@att.com>
Wed, 26 Jan 2022 17:55:52 +0000 (12:55 -0500)
committerwr148d <wr148d@att.com>
Wed, 26 Jan 2022 17:55:52 +0000 (12:55 -0500)
Issue-ID: AAI-3433
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3ece44b45db8219a695b72a05d9ed915bfa5b3fa

pom.xml

diff --git a/pom.xml b/pom.xml
index 409af6a..22b9c82 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-parent</artifactId>
-        <version>1.7.0</version>
+        <version>1.9.2</version>
     </parent>
 
     <groupId>org.onap.aai</groupId>
@@ -34,7 +34,7 @@
     <name>aai-rest-client</name>
 
     <properties>
-        <aai.common.version>1.6.10</aai.common.version>
+        <aai.common.version>1.9.2</aai.common.version>
         <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
         <jacoco.report.directory>${project.build.directory}/code-coverage</jacoco.report.directory>
         <jacoco.line.coverage.limit>0.80</jacoco.line.coverage.limit>