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}