From 5319b735af43ea09afc2bd49f7376e159eb68355 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 18 Nov 2022 13:52:46 +0000 Subject: [PATCH] byte-buddy 1.12.19 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905383 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 63d605a606..7a43175f79 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 a4dcaf7331..e5720316c8 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.18' - api 'net.bytebuddy:byte-buddy-agent:1.12.18' + api 'net.bytebuddy:byte-buddy:1.12.19' + api 'net.bytebuddy:byte-buddy-agent:1.12.19' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }