From a6f87432439fd9da93c9149fd5a13bb247fe86b9 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 23 Feb 2023 19:41:20 +0000 Subject: [PATCH] upgrade byte-buddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907833 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 5 +++-- poi-ooxml-lite-agent/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 919189fc85..dd447fc6e2 100644 --- a/build.xml +++ b/build.xml @@ -285,8 +285,8 @@ under the License. - - + + @@ -681,6 +681,7 @@ under the License. + diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 87111ab19d..f402e4af2b 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.12.23' - api 'net.bytebuddy:byte-buddy-agent:1.12.23' + api 'net.bytebuddy:byte-buddy:1.14.0' + api 'net.bytebuddy:byte-buddy-agent:1.14.0' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }