aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-02-09 16:38:15 +0000
committerPJ Fanning <fanningpj@apache.org>2024-02-09 16:38:15 +0000
commit3b7a01b8049675e6f852da84f4a41d021a97c2e7 (patch)
tree3648204dbb70b691645b34e41eb0c509d9d319d4 /build.gradle
parentb5c1a6644c8beccd36bf4fb32a84662a2a0c81be (diff)
downloadpoi-3b7a01b8049675e6f852da84f4a41d021a97c2e7.tar.gz
poi-3b7a01b8049675e6f852da84f4a41d021a97c2e7.zip
Upgrade commons-codec dependency to 1.16.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915695 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 53e77dae90..cea68b9b3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -119,7 +119,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.77'
- commonsCodecVersion = '1.16.0'
+ commonsCodecVersion = '1.16.1'
commonsCompressVersion = '1.25.0'
commonsIoVersion = '2.15.1'
commonsMathVersion = '3.6.1'