From: PJ Fanning Date: Tue, 20 Aug 2024 16:30:34 +0000 (+0000) Subject: upgrade bytebuddy X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f33b2cbd51a12084bf4365521b53a6cf2eccb0f1;p=poi.git upgrade bytebuddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920075 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 365eab59b0..1601597f97 100644 --- a/build.xml +++ b/build.xml @@ -285,8 +285,8 @@ under the License. - - + + diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 69cd3cf91f..d87164805a 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.18' - api 'net.bytebuddy:byte-buddy-agent:1.14.18' + api 'net.bytebuddy:byte-buddy:1.14.19' + api 'net.bytebuddy:byte-buddy-agent:1.14.19' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }