]> source.dussan.org Git - poi.git/commitdiff
byte-buddy 1.12.14
authorPJ Fanning <fanningpj@apache.org>
Mon, 22 Aug 2022 15:05:57 +0000 (15:05 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 22 Aug 2022 15:05:57 +0000 (15:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903629 13f79535-47bb-0310-9956-ffa450edef68

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

index f872e4042a6fa43bd8381219dca54af01fbc9a1b..9a4a81d142e0fe6f73cbbbb60a148f48cfb96c25 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -285,8 +285,8 @@ under the License.
     <dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:2.2" usage="main-tests"/>
     <dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.9.0" usage="main-tests"/>
     <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.7.0" usage="main-tests"/>
-    <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.13" usage="main-tests"/>
-    <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.13" usage="main-tests"/>
+    <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.14" usage="main-tests"/>
+    <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.14" 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.18.0" usage="main-tests"/>
     <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
index a3c766b0b72220f16132c16c07223a087defc028..e4ebcd9e1dc842d5ac371823faf1e972077832dc 100644 (file)
@@ -24,8 +24,8 @@ sourceSets {
 }
 
 dependencies {
-    api 'net.bytebuddy:byte-buddy:1.12.13'
-    api 'net.bytebuddy:byte-buddy-agent:1.12.13'
+    api 'net.bytebuddy:byte-buddy:1.12.14'
+    api 'net.bytebuddy:byte-buddy-agent:1.12.14'
     api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
 }