From 5070e6e39d3f380db52a7cfd26604c780693ce82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:45:11 +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 8674cfd..b99eccf 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.21") - testImplementation("commons-codec:commons-codec:1.19.0") + testImplementation("commons-codec:commons-codec:1.20.0") testImplementation("commons-io:commons-io:2.21.0") testImplementation("org.hamcrest:hamcrest:3.0") testImplementation("org.jetbrains:annotations:26.0.2-1")