diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-08-02 13:24:44 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-08-02 13:24:44 +0000 |
commit | e16da8059c395c88fb0459de363f39ade1955257 (patch) | |
tree | 1c6894af483e978d92ceb197ae5f1c435468f521 | |
parent | 266619f3638c0b82f14b5a6a934a9ee8b641685e (diff) | |
download | poi-e16da8059c395c88fb0459de363f39ade1955257.tar.gz poi-e16da8059c395c88fb0459de363f39ade1955257.zip |
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903196 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 4 | ||||
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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.6.1" usage="main-tests"/> - <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.3" usage="main-tests"/> - <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.3" 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.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"/> diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 88680e567e..a3c766b0b7 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -24,8 +24,8 @@ sourceSets { } dependencies { - api 'net.bytebuddy:byte-buddy:1.12.12' - api 'net.bytebuddy:byte-buddy-agent:1.12.12' + api 'net.bytebuddy:byte-buddy:1.12.13' + api 'net.bytebuddy:byte-buddy-agent:1.12.13' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |