Skip to content

Commit 585cd3f

Browse files
authored
Merge pull request #13892 from grails/dependabot/gradle/6.2.x/commons-codec-commons-codec-1.16.1
Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
2 parents 604ef34 + cef671a commit 585cd3f

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)