Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 6dadf69 commit bec57cf
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 @@ -24,7 +24,7 @@ dependencies {
api "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"

testImplementation "org.gperfutils:gbench:0.4.3-groovy-2.4"
testImplementation 'net.bytebuddy:byte-buddy:1.15.4'
testImplementation 'net.bytebuddy:byte-buddy:1.15.11'

profile "org.grails.profiles:web-plugin:${grailsVersion}"
}

0 comments on commit bec57cf

Please sign in to comment.