From 9b64ccc1168218758d2cdeff2621c51044b8c6f3 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 19 Feb 2025 13:23:27 +0100 Subject: Fix vulnerabilities in schema-service - 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 --- aai-queries/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aai-queries/pom.xml') 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 @@ org.onap.aai.schema-service schema-service - 1.12.8-SNAPSHOT + 1.12.9-SNAPSHOT aai-queries aai-queries @@ -105,8 +105,8 @@ aai-aaf-auth - junit - junit + org.springframework.kafka + spring-kafka -- cgit