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/parent/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ms/blueprintsprocessor/parent/pom.xml') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 3d13447eb..1c0ba32ff 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -55,7 +55,7 @@ 2.4.9 2.8.0 - 1.21 + 1.24.0 4.4 @@ -220,6 +220,12 @@ ${hazelcast.version} + + org.springframework.security + spring-security-core + 6.3.0 + + org.apache.sshd @@ -240,7 +246,7 @@ org.apache.kafka kafka-clients - ${kafka.version} + 3.8.0 org.apache.kafka -- cgit 1.2.3-korg