Skip to content

Commit

Permalink
commons-codec 1.17.2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922976 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Jan 7, 2025
1 parent 91569bd commit 8d73b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ subprojects {

ext {
bouncyCastleVersion = '1.79'
commonsCodecVersion = '1.17.1'
commonsCodecVersion = '1.17.2'
commonsCompressVersion = '1.27.1'
commonsIoVersion = '2.18.0'
commonsMathVersion = '3.6.1'
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.1" usage="main"/>
<dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.17.2" 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.18.0" usage="main"/>
Expand Down

0 comments on commit 8d73b7a

Please sign in to comment.