From bf02189f2cd5887226859cc67d316a348466e106 Mon Sep 17 00:00:00 2001 From: agrasth Date: Sat, 14 Mar 2026 03:05:28 +0530 Subject: [PATCH] Fix Security Violation --- pom.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9afdbcbb2..fbeb6e454 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,12 @@ true - 2.41.21 + 2.43.6 5.2.3 + 1.78 + 1.26.0 + 2.18.0 + 3.18.0 @@ -605,18 +609,33 @@ - + org.bouncycastle bcprov-jdk18on - 1.77 + ${bouncycastle.version} org.bouncycastle bcpkix-jdk18on - 1.77 + ${bouncycastle.version} + + + org.apache.commons + commons-compress + ${commons-compress.version} + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version}