You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/07/21 20:19:40 UTC

svn commit: r1902924 - /poi/trunk/poi-ooxml-lite-agent/build.gradle

Author: fanningpj
Date: Thu Jul 21 20:19:39 2022
New Revision: 1902924

URL: http://svn.apache.org/viewvc?rev=1902924&view=rev
Log:
change bytebuddy version due to gradle warning

Modified:
    poi/trunk/poi-ooxml-lite-agent/build.gradle

Modified: poi/trunk/poi-ooxml-lite-agent/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml-lite-agent/build.gradle?rev=1902924&r1=1902923&r2=1902924&view=diff
==============================================================================
--- poi/trunk/poi-ooxml-lite-agent/build.gradle (original)
+++ poi/trunk/poi-ooxml-lite-agent/build.gradle Thu Jul 21 20:19:39 2022
@@ -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}"
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org