From 49fac00a1e92e647ad78ed0cb45d8be22b01b297 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sun, 6 Jul 2025 21:32:56 +0200 Subject: [PATCH] Update vulnerable dependencies - make sure h2 is test scoped everywhere - update org.json (2016 + 2022 -> 20250517) - commons-fileupload (1.4 -> 1.5) - update kafka-clients (3.3.1 -> 3.3.2) - consistently use the same logback version everywhere Issue-ID: SO-4199 Change-Id: I255806239a377822945fcf67bb3d01c04de97ae6 Signed-off-by: Fiete Ostkamp --- asdc-controller/pom.xml | 2 +- bpmn/MSOCoreBPMN/pom.xml | 3 +-- bpmn/mso-infrastructure-bpmn/pom.xml | 1 + common/pom.xml | 11 +++++++++++ mso-api-handlers/mso-api-handler-infra/pom.xml | 1 + pom.xml | 13 ++++++++++++- 6 files changed, 27 insertions(+), 4 deletions(-) diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index 905b0299ca..262f5781d1 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -16,7 +16,7 @@ 1.6.5 1.5.1 2.0.0 - 3.3.1 + 3.3.2 ${project.artifactId}-${project.version} diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index fd26204b77..0963c3d486 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -49,7 +49,7 @@ commons-fileupload commons-fileupload - 1.4 + 1.5 org.camunda.bpm @@ -76,7 +76,6 @@ org.json json - 20160212 org.xmlunit diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index df9317014b..7086b68d56 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -262,6 +262,7 @@ com.h2database h2 + test org.springframework.cloud diff --git a/common/pom.xml b/common/pom.xml index fe7b173e21..7c842cbe52 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -15,6 +15,7 @@ 4.1.30.Final 1.1.5 9.0.105 + 1.2.13 @@ -273,6 +274,16 @@ pom import + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 560035bbad..e33cc3981e 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -42,6 +42,7 @@ com.h2database h2 + test org.springframework.boot diff --git a/pom.xml b/pom.xml index 4cf4f513b5..8579dfc3a6 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,7 @@ 1.6.9 2.14.3 1.25.0 + 1.2.7 @@ -912,6 +913,16 @@ logging-filter-spring ${onap-logging-version} + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + org.apache.httpcomponents httpcore @@ -986,7 +997,7 @@ org.json json - 20220924 + 20250517 org.onap.aai.schema-service -- 2.16.6