From cef671a9c1ed23c97fe594d27344ac5e9338841b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:42:00 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.0...rel/commons-codec-1.16.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- grails-shell/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-shell/build.gradle b/grails-shell/build.gradle index 8092bda6bf9..b41c5827b13 100644 --- a/grails-shell/build.gradle +++ b/grails-shell/build.gradle @@ -35,7 +35,7 @@ dependencies { exclude group: "org.slf4j", module:"jcl-over-slf4j" exclude group: "commons-codec", module:"commons-codec" } - implementation("commons-codec:commons-codec:1.16.0") + implementation("commons-codec:commons-codec:1.16.1") testImplementation "net.sf.expectit:expectit-core:0.9.0" testImplementation "com.github.jnr:jnr-posix:3.1.18"