diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-04-09 07:59:42 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-04-09 07:59:42 +0000 |
commit | eee1ab84dcb062b46a219319b33dac8080f03a71 (patch) | |
tree | e6d73dca10dac82753a5e9e3f8b1cfaa1a2964d6 /build.gradle | |
parent | 5984227b204483146b971a8b4764b0322ed36bc1 (diff) | |
download | poi-eee1ab84dcb062b46a219319b33dac8080f03a71.tar.gz poi-eee1ab84dcb062b46a219319b33dac8080f03a71.zip |
commons-io 2.16.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916878 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 449bf3c398..287e80a360 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ subprojects { bouncyCastleVersion = '1.78' commonsCodecVersion = '1.16.1' commonsCompressVersion = '1.26.1' - commonsIoVersion = '2.16.0' + commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' junitVersion = '5.10.2' log4jVersion = '2.23.1' |