From: PJ Fanning Date: Mon, 22 Aug 2022 15:05:57 +0000 (+0000) Subject: byte-buddy 1.12.14 X-Git-Tag: REL_5_2_3~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a661a53212bd2f21606958941dff38cdef27455;p=poi.git byte-buddy 1.12.14 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903629 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index f872e4042a..9a4a81d142 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 a3c766b0b7..e4ebcd9e1d 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.13' - api 'net.bytebuddy:byte-buddy-agent:1.12.13' + api 'net.bytebuddy:byte-buddy:1.12.14' + api 'net.bytebuddy:byte-buddy-agent:1.12.14' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }