diff options
author | 2024-09-17 16:22:27 +0200 | |
---|---|---|
committer | 2024-09-17 20:03:19 +0200 | |
commit | 24a89793ae63280e58e0715c9807dc8099a389f4 (patch) | |
tree | dc1e6d3a2e3d0314a1d515f5d36fa41c2cc9b333 /pom.xml | |
parent | c17699fd71766c6611b9048d8ea5514c445beb30 (diff) |
Update aai-common to 1.14.6 in traversal
- upgrade spring-boot (2.4.13 -> 2.5.15)
- fix vulnerabilities
- bump snapshot version to 1.14.7-SNAPSHOT
Issue-ID: AAI-3993
Change-Id: Id0c9df46e3da2c0616516ff53b3a75e8f32113a2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.14.5</version> + <version>1.14.6</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> - <version>1.14.6-SNAPSHOT</version> + <version>1.14.7-SNAPSHOT</version> <name>aai-traversal</name> <packaging>pom</packaging> <modules> @@ -41,7 +41,7 @@ Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime --> - <aai.common.version>1.14.5</aai.common.version> + <aai.common.version>1.14.6</aai.common.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <site.path>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> |