diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-04-29 15:04:07 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-04-29 15:04:07 +0000 |
commit | fa166a65d7db0e1ff70d95536cb1cb21a61dcc4e (patch) | |
tree | 19c9046444c3ea072ee9b213026ac14d51866a31 /build.xml | |
parent | 3800aa541814ff77eeba60f4f2e0aeb6974f4f18 (diff) | |
download | poi-fa166a65d7db0e1ff70d95536cb1cb21a61dcc4e.tar.gz poi-fa166a65d7db0e1ff70d95536cb1cb21a61dcc4e.zip |
commons-codec 1.17.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -263,7 +263,7 @@ under the License. <!-- jars in the /lib directory, see the fetch-jars target--> - <dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.16.1" usage="main"/> + <dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.17.0" usage="main"/> <dependency prefix="main.commons-collections4" artifact="org.apache.commons:commons-collections4:4.4" 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.16.1" usage="main"/> @@ -2571,7 +2571,7 @@ under the License. <dependency prefix="spotbugs.bcel" artifact="org.apache.bcel:bcel:6.5.0" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.0" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.commons-text" artifact="org.apache.commons:commons-text:1.11.0" usage="${spotbugs.lib}"/> - <dependency prefix="spotbugs.commons-codec" artifact="commons-codec:commons-codec:1.16.1" usage="${spotbugs.lib}"/> + <dependency prefix="spotbugs.commons-codec" artifact="commons-codec:commons-codec:1.17.0" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.jcip-annotations" artifact="net.jcip:jcip-annotations:1.0" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.icu4j" artifact="com.ibm.icu:icu4j:68.2" usage="${spotbugs.lib}" target="icu4j-68.2.jar"/> |