From c34c58e0afcdf86c6704595f1394f5141fc2d6df Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 23 Nov 2021 19:27:37 +0000 Subject: [PATCH] upgrade byte-buddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895274 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 4 ++-- poi-ooxml-lite-agent/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 9d76171525..d9f904eb57 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 7ac673ef95..63de4acae8 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.1' - api 'net.bytebuddy:byte-buddy-agent:1.12.1' + api 'net.bytebuddy:byte-buddy:1.12.2' + api 'net.bytebuddy:byte-buddy-agent:1.12.2' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } -- 2.39.5