diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-21 14:31:28 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-21 14:31:28 +0000 |
commit | b28a8ffb4e14f66864db426a5073d2b031a6e801 (patch) | |
tree | 0ce5d257cf18b3d6c868cd35d04fc3fd9760e1e2 /build.xml | |
parent | d4459839edad759deba81d0a5b9afe9e504fbf23 (diff) | |
download | poi-b28a8ffb4e14f66864db426a5073d2b031a6e801.tar.gz poi-b28a8ffb4e14f66864db426a5073d2b031a6e801.zip |
byte-buddy 1.12.17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904197 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.0" usage="main-tests"/> <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.8.0" usage="main-tests"/> - <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.16" usage="main-tests"/> - <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.16" usage="main-tests"/> + <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.17" usage="main-tests"/> + <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.17" 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.19.0" usage="main-tests"/> <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/> |