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-annotations/pom.xml | 2 +- aai-queries/pom.xml | 6 +++--- aai-schema-gen/pom.xml | 4 ++-- aai-schema-service/pom.xml | 10 ++++++---- aai-schema/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 7 files changed, 15 insertions(+), 13 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 16bd044..44c140c 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.12.8-SNAPSHOT + 1.12.9-SNAPSHOT aai-annotations aai-annotations 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 diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 806a717..81d0e37 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.12.8-SNAPSHOT + 1.12.9-SNAPSHOT aai-schema-gen aai-schema-gen @@ -650,7 +650,7 @@ org.yaml snakeyaml - 2.3 + 2.4 compile diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index f4ec45e..00f7778 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.schema-service schema-service - 1.12.8-SNAPSHOT + 1.12.9-SNAPSHOT org.onap.aai.schema-service aai-schema-service @@ -42,7 +42,7 @@ localhost:5000 1.0.0 - 1.2.7 + 1.2.13