]> source.dussan.org Git - poi.git/commitdiff
upgrade byte-buddy
authorPJ Fanning <fanningpj@apache.org>
Fri, 27 Sep 2024 18:31:45 +0000 (18:31 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 27 Sep 2024 18:31:45 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920997 13f79535-47bb-0310-9956-ffa450edef68

build.xml
poi-ooxml-lite-agent/build.gradle

index cf8fc20efc542d590c62b0a3160683f461654a30..fdb5c714bc080729ba4c6d56b5c3e98757823e44 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -285,8 +285,8 @@ under the License.
     <dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:3.0" usage="main-tests"/>
     <dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.10.0" usage="main-tests"/>
     <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.11.0" usage="main-tests"/>
-    <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.15.1" usage="main-tests"/>
-    <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.1" usage="main-tests"/>
+    <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.15.3" usage="main-tests"/>
+    <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.3" usage="main-tests"/>
     <dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/>
     <dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.23.1" usage="main-tests"/>
     <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
index 3dce100961f4aa1cac9a87bd93f11baf8f83ee57..e177aa5216394dd643c055a4fa326f5178512bc1 100644 (file)
@@ -22,8 +22,8 @@ sourceSets {
 }
 
 dependencies {
-    api 'net.bytebuddy:byte-buddy:1.15.1'
-    api 'net.bytebuddy:byte-buddy-agent:1.15.1'
+    api 'net.bytebuddy:byte-buddy:1.15.3'
+    api 'net.bytebuddy:byte-buddy-agent:1.15.3'
     api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
 }