commons-codec 1.16.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-06-22 16:49:00 +00:00
parent c3d8586079
commit 606d11be73
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.75'
commonsCodecVersion = '1.15'
commonsCodecVersion = '1.16.0'
commonsCompressVersion = '1.23.0'
commonsIoVersion = '2.13.0'
commonsMathVersion = '3.6.1'

View File

@ -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.15" usage="main"/>
<dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.16.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.13.0" usage="main"/>