diff options
author | 2025-02-19 13:23:27 +0100 | |
---|---|---|
committer | 2025-02-19 13:23:27 +0100 | |
commit | 9b64ccc1168218758d2cdeff2621c51044b8c6f3 (patch) | |
tree | d80537bdc1cb117443000e42fa9f8f20724afa9c /aai-queries/pom.xml | |
parent | 71795747a8bf4f0a9a1cbf60217c0b435d3648a7 (diff) |
Fix vulnerabilities in schema-service1.12.9
- update snakeyaml
- exclude spring-kafka from aai-common since it is vulnerable
and not used in this code
Issue-ID: AAI-4135
Change-Id: Ia9fc28953ec01babaf77a52e9015f03d2aedd16b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-queries/pom.xml')
-rw-r--r-- | aai-queries/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 5db11c0..57f9759 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.8-SNAPSHOT</version> + <version>1.12.9-SNAPSHOT</version> </parent> <artifactId>aai-queries</artifactId> <name>aai-queries</name> @@ -105,8 +105,8 @@ <artifactId>aai-aaf-auth</artifactId> </exclusion> <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> + <groupId>org.springframework.kafka</groupId> + <artifactId>spring-kafka</artifactId> </exclusion> </exclusions> </dependency> |