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 2021/09/24 15:07:19 UTC

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

Author: fanningpj
Date: Fri Sep 24 15:07:19 2021
New Revision: 1893601

URL: http://svn.apache.org/viewvc?rev=1893601&view=rev
Log:
upgrade byte-buddy

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=1893601&r1=1893600&r2=1893601&view=diff
==============================================================================
--- poi/trunk/poi-ooxml-lite-agent/build.gradle (original)
+++ poi/trunk/poi-ooxml-lite-agent/build.gradle Fri Sep 24 15:07:19 2021
@@ -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}"
 }
 



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