aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-03 10:54:16 -0500
committerwr148d <wr148d@att.com>2022-03-03 10:54:16 -0500
commit008fe4cdbeaffe6ca5643e73787dd926a10519d0 (patch)
treee606a4ec5a846fbe54000fa4bdbc09c77d722dc5
parent01413118ab1e16f995e55c4614bd8471876abaed (diff)
[AAI] Update mS to use 1.9.3 aai-common versionjakarta
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ia25c3fdd67fd74ecf7fd0d585f2c8c2055c9b2ce
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5861e67..2111767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<name>aai-rest-client</name>
<properties>
- <aai.common.version>1.9.2</aai.common.version>
+ <aai.common.version>1.9.3</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>