diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-09-19 11:15:42 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-09-19 11:15:42 +0000 |
commit | e1379d37251dc20b7a40f22d5b59f780247452dd (patch) | |
tree | 01e7213c74ed0c50c0e829b3bb1a324cc95a670c /build.gradle | |
parent | fb02a49df04fffaecaefa1154d0d5163746b1632 (diff) | |
download | poi-e1379d37251dc20b7a40f22d5b59f780247452dd.tar.gz poi-e1379d37251dc20b7a40f22d5b59f780247452dd.zip |
commons-io 2.17.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920780 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 8b55f5b160..5e1d0b7f2e 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ subprojects { bouncyCastleVersion = '1.78.1' commonsCodecVersion = '1.17.1' commonsCompressVersion = '1.27.1' - commonsIoVersion = '2.16.1' + commonsIoVersion = '2.17.0' commonsMathVersion = '3.6.1' junitVersion = '5.11.0' log4jVersion = '2.23.1' |