From: PJ Fanning Date: Fri, 24 Sep 2021 15:07:19 +0000 (+0000) Subject: upgrade byte-buddy X-Git-Tag: REL_5_2_0~494 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=64f19851fc78e5ec5d188f85136eb94b8c73fa12;p=poi.git upgrade byte-buddy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893601 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index d28a236275..9973c56d0d 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.11.13' - api 'net.bytebuddy:byte-buddy-agent:1.11.13' + api 'net.bytebuddy:byte-buddy:1.11.18' + api 'net.bytebuddy:byte-buddy-agent:1.11.18' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }