diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-08 08:36:48 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-08 08:36:48 +0000 |
commit | 219b1d0bcea1292d9680b85e4a175928d31599bf (patch) | |
tree | d8be5f516039738828c386e0775d012cabe741d0 /build.gradle | |
parent | 367b8b797aa0e1d0a1f17fbe9e09caca175e5592 (diff) | |
download | poi-219b1d0bcea1292d9680b85e4a175928d31599bf.tar.gz poi-219b1d0bcea1292d9680b85e4a175928d31599bf.zip |
commons-io 2.13.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910297 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 d36cd8161e..34c3dbeea7 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ subprojects { bouncyCastleVersion = '1.73' commonsCodecVersion = '1.15' commonsCompressVersion = '1.23.0' - commonsIoVersion = '2.12.0' + commonsIoVersion = '2.13.0' commonsMathVersion = '3.6.1' junitVersion = '5.9.3' log4jVersion = '2.20.0' |