diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-11-30 08:29:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-11-30 08:29:37 +0000 |
commit | ba8438376474b267067d9bd4135d58bf841c5c1a (patch) | |
tree | 775050b47040da30a343a2efe359c260c216c662 /build.gradle | |
parent | 8690df1d28991ad482fa39181fd2a81fa2163301 (diff) | |
download | poi-ba8438376474b267067d9bd4135d58bf841c5c1a.tar.gz poi-ba8438376474b267067d9bd4135d58bf841c5c1a.zip |
commons-io 2.15.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 39b58ff1dd..add94d5df6 100644 --- a/build.gradle +++ b/build.gradle @@ -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' |