From 04f31497f546f4663d58e0dfbb3f85427283eade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:02:30 +0000 Subject: [PATCH] build(deps): bump commons-codec:commons-codec from 1.19.0 to 1.20.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.19.0...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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ad4b83ef..c0a97cfa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("org.connectbot:jbcrypt:1.0.2") testImplementation("ch.qos.logback:logback-classic:1.5.20") - testImplementation("commons-codec:commons-codec:1.19.0") + testImplementation("commons-codec:commons-codec:1.20.0") testImplementation("commons-io:commons-io:2.20.0") testImplementation("org.hamcrest:hamcrest:3.0") testImplementation("org.jetbrains:annotations:26.0.2-1")