diff options
author | wr148d <wr148d@att.com> | 2022-03-03 10:54:16 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-03 10:54:16 -0500 |
commit | 008fe4cdbeaffe6ca5643e73787dd926a10519d0 (patch) | |
tree | e606a4ec5a846fbe54000fa4bdbc09c77d722dc5 | |
parent | 01413118ab1e16f995e55c4614bd8471876abaed (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |