From 7e00f3594aa18e9e96a6490f8cf3d396c70c0d1f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 3 Dec 2021 12:48:31 +0000 Subject: [PATCH] upgrade byte-buddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895549 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 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}" } -- 2.39.5