Skip to content

Commit

Permalink
commons-io 2.15.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914225 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 30, 2023
1 parent 8690df1 commit ba84383
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 @@ -121,7 +121,7 @@ subprojects {
bouncyCastleVersion = '1.77'
commonsCodecVersion = '1.16.0'
commonsCompressVersion = '1.25.0'
commonsIoVersion = '2.15.0'
commonsIoVersion = '2.15.1'
commonsMathVersion = '3.6.1'
junitVersion = '5.10.1'
log4jVersion = '2.22.0'
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ under the License.
<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.15.0" usage="main"/>
<dependency prefix="main.commons-io" artifact="commons-io:commons-io:2.15.1" 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.22.0" usage="main"/>

Expand Down

0 comments on commit ba84383

Please sign in to comment.