diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-07-16 14:11:35 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-07-16 14:11:35 +0000 |
commit | 0dac5680c31bc7b2014ce6b76cabf91adc39a908 (patch) | |
tree | 6418974913b78c2e2543d084db7bd980575d3ce8 /build.gradle | |
parent | 7b15aefae8222b2e61e4d52cddcdfdfff4e29a2b (diff) | |
download | poi-0dac5680c31bc7b2014ce6b76cabf91adc39a908.tar.gz poi-0dac5680c31bc7b2014ce6b76cabf91adc39a908.zip |
commons-codec 1.17.1 - no need to note Saxon upgrade (only used in tests)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919288 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 bc1c22d332..ff425b1bce 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { ext { bouncyCastleVersion = '1.78.1' - commonsCodecVersion = '1.17.0' + commonsCodecVersion = '1.17.1' commonsCompressVersion = '1.26.2' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' |