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 /aai-resources/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 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index e2c66e0..1c43954 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -79,8 +79,6 @@ <schema.ingest.file>${project.basedir}/src/main/resources/application.properties</schema.ingest.file> <!-- End of Default ONAP Schema Properties --> - <spring.boot.version>2.4.13</spring.boot.version> - <janusgraph.version>0.6.4</janusgraph.version> <gremlin.version>3.5.8</gremlin.version> @@ -594,6 +592,17 @@ <version>3.21.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-junit</artifactId> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.skyscreamer</groupId> |