diff options
author | wr148d <wr148d@att.com> | 2022-01-26 12:56:01 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-26 12:56:01 -0500 |
commit | db9b2dca1c6ab7a899280248c1219addb6323f68 (patch) | |
tree | 85a2066c384bf212b381b58babf4b8d64c746d68 | |
parent | d8625463b80d63ada0f183801f2e3ca28672f9ee (diff) |
[AAI] Upgraded microservices to use the latest aai-common 1.9.2
Issue-ID: AAI-3433
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I69c70d9c40f3fdebb1ee2c45692ec74cf12588d3
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.0</version> + <version>1.9.2</version> </parent> <groupId>org.onap.aai</groupId> @@ -87,7 +87,7 @@ <!-- Dependency Versions --> <sdc.tosca.version>1.5.1</sdc.tosca.version> - <aai.common.version>1.9.0</aai.common.version> + <aai.common.version>1.9.2</aai.common.version> <aaf.version>2.1.21</aaf.version> <common.logging.version>1.2.2</common.logging.version> |