From 67112540b9e7708901fe36461cae81c8cca3bff5 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 11 Sep 2023 14:34:51 +0000 Subject: commons-compress 1.24.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912246 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml-lite-agent/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poi-ooxml-lite-agent/build.gradle') 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}" } -- cgit v1.2.3