From 6bc4a6ebd6616d338e2c032d6622007c4db6a4fb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 23 Jul 2025 15:39:11 +0100 Subject: [PATCH] commons-codec 1.19.0 --- build.gradle | 2 +- build.xml | 2 +- src/documentation/content/xdocs/changes.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f72d385728..a1a615919b 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ subprojects { ext { bouncyCastleVersion = '1.81' - commonsCodecVersion = '1.18.0' + commonsCodecVersion = '1.19.0' commonsCompressVersion = '1.27.1' commonsIoVersion = '2.20.0' commonsMathVersion = '3.6.1' diff --git a/build.xml b/build.xml index 565891b6b8..ad71e34971 100644 --- a/build.xml +++ b/build.xml @@ -263,7 +263,7 @@ under the License. - + diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index c137381f78..d7fdc8b81c 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -73,7 +73,8 @@ Upgrade batik dependency to 1.19 - Upgrade bouncycastle dependency to 1.80 + Upgrade bouncycastle dependency to 1.81 + Upgrade commons-codec dependency to 1.19.0 Upgrade commons-collections4 dependency to 4.5.0 Upgrade commons-io dependency to 2.20.0 Upgrade pdfbox dependency to 3.0.5