aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-07-16 14:11:35 +0000
committerPJ Fanning <fanningpj@apache.org>2024-07-16 14:11:35 +0000
commit0dac5680c31bc7b2014ce6b76cabf91adc39a908 (patch)
tree6418974913b78c2e2543d084db7bd980575d3ce8 /build.gradle
parent7b15aefae8222b2e61e4d52cddcdfdfff4e29a2b (diff)
downloadpoi-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.gradle2
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'