diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-17 08:36:31 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-17 08:36:31 +0200 |
commit | fec75c941420be1c637112e9f404ed4553dba66f (patch) | |
tree | d16dc119ecb6d9d2d9c303a7f6b4d65f7db30678 /pom.xml | |
parent | 222f8efa881e940a4a3529706e067d0cefb6db99 (diff) |
Update aai-common to 1.14.6 in resources
- upgrade spring-boot (2.4.13 -> 2.5.15)
- fix vulnerabilities
Issue-ID: AAI-3992
Change-Id: I161101a5e74b21494583c1c58c82d7d75351b348
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -26,7 +26,7 @@ <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.resources</groupId> <artifactId>resources</artifactId> @@ -48,9 +48,22 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> - <aai.common.version>1.14.5</aai.common.version> + <aai.common.version>1.14.6</aai.common.version> <aai.schema.service.version>1.12.5</aai.schema.service.version> </properties> + <dependencies> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-junit</artifactId> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> <build> <pluginManagement> <plugins> |