diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-02-09 16:38:15 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-02-09 16:38:15 +0000 |
commit | 3b7a01b8049675e6f852da84f4a41d021a97c2e7 (patch) | |
tree | 3648204dbb70b691645b34e41eb0c509d9d319d4 /build.xml | |
parent | b5c1a6644c8beccd36bf4fb32a84662a2a0c81be (diff) | |
download | poi-3b7a01b8049675e6f852da84f4a41d021a97c2e7.tar.gz poi-3b7a01b8049675e6f852da84f4a41d021a97c2e7.zip |
Upgrade commons-codec dependency to 1.16.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915695 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.0" usage="main"/> + <dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.16.1" 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.15.1" usage="main"/> @@ -2568,7 +2568,7 @@ under the License. <dependency prefix="spotbugs.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.0" usage="${spotbugs.lib}"/> <dependency prefix="spotbugs.commons-lang3" artifact="org.apache.commons:commons-lang3:3.12.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.0" usage="${spotbugs.lib}"/> + <dependency prefix="spotbugs.commons-codec" artifact="commons-codec:commons-codec:1.16.1" 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"/> |