From: PJ Fanning Date: Fri, 30 Aug 2024 17:15:58 +0000 (+0000) Subject: bytebuddy 1.15.1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a2289f45969206619fc69fff11f8675775cd02b2;p=poi.git bytebuddy 1.15.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920301 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 5a0cea5296..79d5b69edc 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 dc8b35a51b..3dce100961 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.15.0' - api 'net.bytebuddy:byte-buddy-agent:1.15.0' + api 'net.bytebuddy:byte-buddy:1.15.1' + api 'net.bytebuddy:byte-buddy-agent:1.15.1' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }