From 092f82a60f40b6228d5d366eb78e205fd0f66e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:19:07 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.8 to 1.19.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.8 to 1.19.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/1.8...rel/commons-codec-1.19.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b4db7ee..70de9482 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { * shadowed in any case, so removal is presumably safe since the tests pass. */ - implementation 'commons-codec:commons-codec:1.8' + implementation 'commons-codec:commons-codec:1.19.0' implementation 'commons-validator:commons-validator:1.5.1' implementation 'com.google.guava:guava:18.0' implementation 'org.ini4j:ini4j:0.5.2'