Skip to content

Commit

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

Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
  • Loading branch information
jdaugherty authored Oct 15, 2024
2 parents 5073e90 + 7856e6a commit d5decab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-security-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
api 'org.bouncycastle:bcprov-jdk18on:1.77'

api "com.nimbusds:nimbus-jose-jwt:9.37.3"
api 'commons-codec:commons-codec:1.16.0'
api 'commons-codec:commons-codec:1.16.1'
api "org.grails.plugins:spring-security-core:${springSecurityCoreVersion}"

api "commons-fileupload:commons-fileupload:1.5"
Expand Down

0 comments on commit d5decab

Please sign in to comment.