From: PJ Fanning Date: Wed, 22 May 2024 14:06:05 +0000 (+0000) Subject: byte buddy 1.14.16 X-Git-Tag: REL_5_3_0~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7027eb5e8af333d81240ae1e4f6cc2b6083534f9;p=poi.git byte buddy 1.14.16 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917902 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 91cedffa0d..428531bf92 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 958f083f7a..c6ed50ead4 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.12' - api 'net.bytebuddy:byte-buddy-agent:1.14.12' + api 'net.bytebuddy:byte-buddy:1.14.16' + api 'net.bytebuddy:byte-buddy-agent:1.14.16' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }