diff --git a/build.gradle b/build.gradle
index 0dff3438b1..c2d3812686 100644
--- a/build.gradle
+++ b/build.gradle
@@ -119,7 +119,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.76'
commonsCodecVersion = '1.16.0'
- commonsCompressVersion = '1.23.0'
+ commonsCompressVersion = '1.24.0'
commonsIoVersion = '2.13.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.10.0'
diff --git a/build.xml b/build.xml
index 5908eec07d..08a55e81ca 100644
--- a/build.xml
+++ b/build.xml
@@ -285,8 +285,8 @@ under the License.
-
-
+
+
@@ -332,7 +332,7 @@ under the License.
-
+
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle
index 412a099bfd..1a930fcc3b 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -22,8 +22,8 @@ sourceSets {
}
dependencies {
- api 'net.bytebuddy:byte-buddy:1.14.5'
- api 'net.bytebuddy:byte-buddy-agent:1.14.5'
+ api 'net.bytebuddy:byte-buddy:1.14.7'
+ api 'net.bytebuddy:byte-buddy-agent:1.14.7'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}