diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-10-24 17:09:34 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-10-24 17:09:34 +0000 |
commit | 7c5a3ee7fc50e511b139a96c3ca4236046f60cd2 (patch) | |
tree | 8f3f8fedf0ae630d55e914a50acf63d1ea099cc8 /build.xml | |
parent | efba2c39cebca239c654cf716289ad1a5abf84d5 (diff) | |
download | poi-7c5a3ee7fc50e511b139a96c3ca4236046f60cd2.tar.gz poi-7c5a3ee7fc50e511b139a96c3ca4236046f60cd2.zip |
bytebuddy 1.14.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913272 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 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.1" 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.14.7" usage="main-tests"/> - <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.14.7" usage="main-tests"/> + <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.14.9" usage="main-tests"/> + <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.14.9" 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.21.1" usage="main-tests"/> <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/> |