diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-10-17 17:09:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-10-17 17:09:30 +0000 |
commit | db97cf001fd2bfad836974847f2107acc7f6cdc2 (patch) | |
tree | b5899e1df1c97c133f0f4641a98de9ff74cc2e0d /build.xml | |
parent | 468b423168caffd91ea6f301c0d78e79dc336ae5 (diff) | |
download | poi-db97cf001fd2bfad836974847f2107acc7f6cdc2.tar.gz poi-db97cf001fd2bfad836974847f2107acc7f6cdc2.zip |
byte buddy 1.15.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921387 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: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.3" usage="main-tests"/> - <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.3" usage="main-tests"/> + <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.15.5" usage="main-tests"/> + <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.5" 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"/> |