From: PJ Fanning Date: Mon, 11 Oct 2021 17:11:35 +0000 (+0000) Subject: update byte-buddy X-Git-Tag: REL_5_2_0~398 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6aa3871e64d684de7916748f6c5c0013862d1c76;p=poi.git update byte-buddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894137 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index d07e2ede1c..9c90a8a08b 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 658d93b148..7b6d8a3585 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.11.19' - api 'net.bytebuddy:byte-buddy-agent:1.11.19' + api 'net.bytebuddy:byte-buddy:1.11.20' + api 'net.bytebuddy:byte-buddy-agent:1.11.20' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }