From d9d3bcc3f504f084e0b494104e5addd97888b51d Mon Sep 17 00:00:00 2001 From: waynedunican Date: Mon, 16 Feb 2026 08:49:10 +0000 Subject: [PATCH] Security uplifts This commit removes all CVEs found in clamp code - Uplift Netty to 4.2.8.Final - Uplift logback to 1.5.25 - Uplift assertj-core to 3.27.7 - Uplift transitive dependencies lz4, protobuf-java, bouncycastle Issue-ID: POLICY-5394 Change-Id: Ic1df3a5de43da6cdbfc7a925ca93ca5ab953c5b5 Signed-off-by: waynedunican --- clamp-parent/dependencies/pom.xml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/clamp-parent/dependencies/pom.xml b/clamp-parent/dependencies/pom.xml index 15f28f60c..afea52205 100644 --- a/clamp-parent/dependencies/pom.xml +++ b/clamp-parent/dependencies/pom.xml @@ -53,7 +53,7 @@ 3.1.10 6.0.0 4.1.0 - 1.5.18 + 1.5.25 1.18.42 3.3.1 3.1.0 @@ -158,7 +158,7 @@ io.netty netty-bom - 4.2.7.Final + 4.2.8.Final pom import @@ -267,6 +267,31 @@ kafka-clients ${version.kafka} + + org.lz4 + lz4-java + 1.8.1 + + + com.google.protobuf + protobuf-java + 4.28.2 + + + org.bitbucket.b_c + jose4j + 0.9.6 + + + org.bouncycastle + bcprov-jdk18on + 1.79 + + + org.bouncycastle + bcpkix-jdk18on + 1.79 + org.apache.tomcat.embed tomcat-embed-core @@ -508,7 +533,7 @@ org.assertj assertj-core - 3.25.3 + 3.27.7 test -- 2.16.6