From: PJ Fanning Date: Fri, 3 Dec 2021 12:48:31 +0000 (+0000) Subject: upgrade byte-buddy X-Git-Tag: REL_5_2_0~134 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e00f3594aa18e9e96a6490f8cf3d396c70c0d1f;p=poi.git upgrade byte-buddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895549 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 0a339f0968..fcf795353a 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 63de4acae8..4b17795650 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.2' - api 'net.bytebuddy:byte-buddy-agent:1.12.2' + api 'net.bytebuddy:byte-buddy:1.12.+' + api 'net.bytebuddy:byte-buddy-agent:1.12.+' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }