From: PJ Fanning Date: Thu, 21 Jul 2022 20:19:39 +0000 (+0000) Subject: change bytebuddy version due to gradle warning X-Git-Tag: REL_5_2_3~146 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=47a86037b6b15ccb23ae5eaffcad1cfdfac620d3;p=poi.git change bytebuddy version due to gradle warning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index d89680f47a..88680e567e 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.+' - api 'net.bytebuddy:byte-buddy-agent:1.12.+' + api 'net.bytebuddy:byte-buddy:1.12.12' + api 'net.bytebuddy:byte-buddy-agent:1.12.12' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }