From 9456261cba0d0b0cb77e40f38fcc42c1dfd169b4 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 15 Jul 2024 22:42:38 +0000 Subject: update bytebuddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919268 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/build.gradle') diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index c6ed50ead4..69cd3cf91f 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.16' - api 'net.bytebuddy:byte-buddy-agent:1.14.16' + api 'net.bytebuddy:byte-buddy:1.14.18' + api 'net.bytebuddy:byte-buddy-agent:1.14.18' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } -- cgit v1.2.3