From 255e54359a4924ecd263cd415f61a120a5066cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:40:45 +0000 Subject: [PATCH] [Crypt4gh]: Bump commons-codec:commons-codec Bumps the all-modules group in /lib/crypt4gh with 1 update: [commons-codec:commons-codec](https://github.com/apache/commons-codec). Updates `commons-codec:commons-codec` from 1.17.1 to 1.17.2 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules ... Signed-off-by: dependabot[bot] --- lib/crypt4gh/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crypt4gh/build.gradle.kts b/lib/crypt4gh/build.gradle.kts index 6f04a286..bb45b355 100644 --- a/lib/crypt4gh/build.gradle.kts +++ b/lib/crypt4gh/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.16") implementation("org.slf4j:slf4j-simple:2.0.16") implementation("org.apache.commons:commons-lang3:3.17.0") - implementation("commons-codec:commons-codec:1.17.1") + implementation("commons-codec:commons-codec:1.17.2") implementation("commons-cli:commons-cli:1.9.0") implementation("commons-io:commons-io:2.18.0") implementation("com.rfksystems:blake2b:2.0.0")