Skip to content

Commit cef671a

Browse files
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](apache/commons-codec@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] <[email protected]>
1 parent 59a2ad9 commit cef671a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-shell/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
exclude group: "org.slf4j", module:"jcl-over-slf4j"
3636
exclude group: "commons-codec", module:"commons-codec"
3737
}
38-
implementation("commons-codec:commons-codec:1.16.0")
38+
implementation("commons-codec:commons-codec:1.16.1")
3939

4040
testImplementation "net.sf.expectit:expectit-core:0.9.0"
4141
testImplementation "com.github.jnr:jnr-posix:3.1.18"

0 commit comments

Comments
 (0)