From b992a32981f459249634daa1dfdeb26b060a4e80 Mon Sep 17 00:00:00 2001 From: "chandana.g.n" Date: Wed, 9 Oct 2024 13:17:38 +0000 Subject: Updated to Java-17 - Updated parent project and fixed security vulnerabilities Issue-ID: CCSDK-4059 Change-Id: Ie02ae86a578dd7732b7a71b6a9e9d3a5997c17b3 Signed-off-by: chandana.g.n --- ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 5 +++++ .../modules/commons/message-lib/pom.xml | 6 ++++++ ms/blueprintsprocessor/modules/commons/pom.xml | 10 ++++++++++ ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 10 ++++++++++ ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml | 15 +++++++++++++++ 5 files changed, 46 insertions(+) (limited to 'ms/blueprintsprocessor/modules/commons') diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index 5215c834e..6c6116dd0 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -60,6 +60,11 @@ org.springframework.boot spring-boot-starter-test test + + + org.json + json + 20231013 org.junit.vintage diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index 40092b881..d971dae82 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -37,10 +37,16 @@ org.onap.ccsdk.cds.blueprintsprocessor.modules processor-core + + + org.scala-lang + scala-library + 2.13.9 org.springframework.kafka spring-kafka + 2.9.13 org.apache.kafka diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index 3291b02ad..4eba5949d 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -79,6 +79,16 @@ kotlin-test-junit test + + org.springframework.kafka + spring-kafka + 2.9.13 + + + org.bitbucket.b_c + jose4j + 0.9.4 + org.jetbrains.kotlinx kotlinx-coroutines-test diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 16c48701d..74680ae14 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -53,6 +53,7 @@ org.springframework spring-web + 5.3.39 org.springframework.boot @@ -64,5 +65,14 @@ spring-boot-starter-security test + + org.springframework.security + spring-security-core + 6.3.0 + + + org.jetbrains.kotlin + kotlin-compiler-embeddable + diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index 3fcfc7a18..002faa648 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -43,5 +43,20 @@ org.apache.sshd sshd-core + + org.bitbucket.b_c + jose4j + 0.9.4 + + + org.apache.zookeeper + zookeeper + 3.9.2 + + + org.scala-lang + scala-library + 2.13.9 + -- cgit 1.2.3-korg