From bdd39251eff5d29996a5fa1818e0640f49c1f219 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 10 Feb 2023 20:40:12 +0000 Subject: [PATCH] byte buddy 1.12.22 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907569 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 752790068a..a3b6c572f0 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 7393144e92..603bd1ce06 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.22' - api 'net.bytebuddy:byte-buddy-agent:1.12.22' + api 'net.bytebuddy:byte-buddy:1.12.23' + api 'net.bytebuddy:byte-buddy-agent:1.12.23' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }