From 7c5a3ee7fc50e511b139a96c3ca4236046f60cd2 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 24 Oct 2023 17:09:34 +0000 Subject: [PATCH] bytebuddy 1.14.9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913272 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 a397e4891b..a570340631 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 1a930fcc3b..cb60a1293b 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.7' - api 'net.bytebuddy:byte-buddy-agent:1.14.7' + api 'net.bytebuddy:byte-buddy:1.14.9' + api 'net.bytebuddy:byte-buddy-agent:1.14.9' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } -- 2.39.5