Skip to content

Commit

Permalink
Merge pull request #13892 from grails/dependabot/gradle/6.2.x/commons…
Browse files Browse the repository at this point in the history
…-codec-commons-codec-1.16.1

Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
  • Loading branch information
codeconsole authored Nov 27, 2024
2 parents 604ef34 + cef671a commit 585cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 585cd3f

Please sign in to comment.