This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new e31c2df42b Update build.xml (#1162)
e31c2df42b is described below
commit e31c2df42b597023806220f301c406cd59f224ad
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 29 17:49:22 2026 +0100
Update build.xml (#1162)
---
build.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index d440a74f2a..bfd51d5306 100644
--- a/build.xml
+++ b/build.xml
@@ -249,10 +249,10 @@ under the License.
<!-- jars in the /lib directory, see the fetch-jars target-->
- <dependency prefix="main.commons-codec"
artifact="commons-codec:commons-codec:1.19.0" usage="main"/>
+ <dependency prefix="main.commons-codec"
artifact="commons-codec:commons-codec:1.21.0" usage="main"/>
<dependency prefix="main.commons-collections4"
artifact="org.apache.commons:commons-collections4:4.5.0" usage="main"/>
<dependency prefix="main.commons-math3"
artifact="org.apache.commons:commons-math3:3.6.1" usage="main"/>
- <dependency prefix="main.commons-io"
artifact="commons-io:commons-io:2.20.0" usage="main"/>
+ <dependency prefix="main.commons-io"
artifact="commons-io:commons-io:2.22.0" usage="main"/>
<dependency prefix="main.com.zaxxer"
artifact="com.zaxxer:SparseBitSet:1.3" usage="main"/>
<dependency prefix="main.log4j-api"
artifact="org.apache.logging.log4j:log4j-api:2.26.0" usage="main"/>
@@ -271,8 +271,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.3" usage="main-tests"/>
<dependency prefix="main.mockito"
artifact="org.mockito:mockito-core:5.20.0" usage="main-tests"/>
- <dependency prefix="main.byte-buddy"
artifact="net.bytebuddy:byte-buddy:1.17.5" usage="main-tests"/>
- <dependency prefix="main.byte-buddy-agent"
artifact="net.bytebuddy:byte-buddy-agent:1.17.5" usage="main-tests"/>
+ <dependency prefix="main.byte-buddy"
artifact="net.bytebuddy:byte-buddy:1.18.10" usage="main-tests"/>
+ <dependency prefix="main.byte-buddy-agent"
artifact="net.bytebuddy:byte-buddy-agent:1.18.10" 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.26.0" usage="main-tests"/>
<dependency prefix="main.commons-logging"
artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]