From 6a68645f62e572b378386f9a707621e77b1ff6d6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 27 Aug 2024 18:48:12 +0000 Subject: [PATCH] bytebuddy 1.15.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920233 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 1601597f97..5a0cea5296 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 d87164805a..dc8b35a51b 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.14.19' - api 'net.bytebuddy:byte-buddy-agent:1.14.19' + api 'net.bytebuddy:byte-buddy:1.15.0' + api 'net.bytebuddy:byte-buddy-agent:1.15.0' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } -- 2.39.5