From 74b87de37a050466567d9481721c0d2e2acc8a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 22:08:12 +0000 Subject: [PATCH] build(deps): bump commons-codec:commons-codec from 1.18.0 to 1.19.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.18.0 to 1.19.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.18.0...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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 37dea07..53d3746 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("commons-io:commons-io:2.19.0") - testImplementation("commons-codec:commons-codec:1.18.0") + testImplementation("commons-codec:commons-codec:1.19.0") testImplementation("org.testcontainers:testcontainers:1.21.2") testImplementation("org.jetbrains:annotations:26.0.2") testImplementation("ch.qos.logback:logback-classic:1.5.18")