From: PJ Fanning Date: Thu, 17 Oct 2024 17:09:30 +0000 (+0000) Subject: byte buddy 1.15.5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=db97cf001fd2bfad836974847f2107acc7f6cdc2;p=poi.git byte buddy 1.15.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921387 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 3796643f9a..f8ad8ab217 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 e177aa5216..bece85350b 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.15.3' - api 'net.bytebuddy:byte-buddy-agent:1.15.3' + api 'net.bytebuddy:byte-buddy:1.15.5' + api 'net.bytebuddy:byte-buddy-agent:1.15.5' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }