From: PJ Fanning Date: Tue, 2 Aug 2022 13:24:44 +0000 (+0000) Subject: upgrade byte-buddy X-Git-Tag: REL_5_2_3~90 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e16da8059c395c88fb0459de363f39ade1955257;p=poi.git upgrade byte-buddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index be02b40803..10251e6424 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 88680e567e..a3c766b0b7 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -24,8 +24,8 @@ sourceSets { } dependencies { - api 'net.bytebuddy:byte-buddy:1.12.12' - api 'net.bytebuddy:byte-buddy-agent:1.12.12' + api 'net.bytebuddy:byte-buddy:1.12.13' + api 'net.bytebuddy:byte-buddy-agent:1.12.13' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }