]> source.dussan.org Git - poi.git/commitdiff
update bytebuddy
authorPJ Fanning <fanningpj@apache.org>
Mon, 4 Nov 2024 14:39:37 +0000 (14:39 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 4 Nov 2024 14:39:37 +0000 (14:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921767 13f79535-47bb-0310-9956-ffa450edef68

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

index 5c10169fdaa2aa7a8499d905d56c61afce736cd2..32fee988cb32b202ed9abd6b80e02e9ec7a38f31 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.7" usage="main-tests"/>
-    <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.7" usage="main-tests"/>
+    <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.15.10" usage="main-tests"/>
+    <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.10" 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.24.1" usage="main-tests"/>
     <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
index a42151a9b3572f49561b2435350dee405d2f181c..8d140d6cc6a25c9c8ad3514cb16b9ffd0f254d0c 100644 (file)
@@ -22,8 +22,8 @@ sourceSets {
 }
 
 dependencies {
-    api 'net.bytebuddy:byte-buddy:1.15.7'
-    api 'net.bytebuddy:byte-buddy-agent:1.15.7'
+    api 'net.bytebuddy:byte-buddy:1.15.10'
+    api 'net.bytebuddy:byte-buddy-agent:1.15.10'
     api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
 }