From 93ab1832dd6c3fbd45c2bcf288851b2bdfce9f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:07:20 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.8 to 1.20.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.8 to 1.20.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.20.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.20.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 acfb9de..24d216c 100644 --- a/build.gradle +++ b/build.gradle @@ -81,6 +81,6 @@ dependencies { testImplementation 'junit:junit:4.9' testImplementation 'net.sf.jsignature.io-tools:easystream:1.2.14' testImplementation 'com.github.zafarkhaja:java-semver:0.9.0' - testImplementation 'commons-codec:commons-codec:1.8' + testImplementation 'commons-codec:commons-codec:1.20.0' }