From: Fiete Ostkamp Date: Wed, 19 Feb 2025 12:23:27 +0000 (+0100) Subject: Fix vulnerabilities in schema-service X-Git-Tag: 1.12.9^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F140249%2F1;p=aai%2Fschema-service.git 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 --- 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