From c8ef2e89bafa8f98ae454b89c59461f5bc0c3f50 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 7 Mar 2023 22:14:01 +0000 Subject: byte-buddy 1.14.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908174 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml-lite-agent/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poi-ooxml-lite-agent') diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index f402e4af2b..56cc44cb49 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.0' - api 'net.bytebuddy:byte-buddy-agent:1.14.0' + api 'net.bytebuddy:byte-buddy:1.14.1' + api 'net.bytebuddy:byte-buddy-agent:1.14.1' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } -- cgit v1.2.3