From: PJ Fanning Date: Fri, 16 Feb 2024 15:05:18 +0000 (+0000) Subject: byte buddy 1.14.12 X-Git-Tag: REL_5_3_0~106 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=99ec2c6c0f130f564a4bcc7b339b2e3ea6f4dd89;p=poi.git byte buddy 1.14.12 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915817 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index f8422b025d..5e4dfec726 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 cb60a1293b..958f083f7a 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.9' - api 'net.bytebuddy:byte-buddy-agent:1.14.9' + api 'net.bytebuddy:byte-buddy:1.14.12' + api 'net.bytebuddy:byte-buddy-agent:1.14.12' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }