Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 139829a commit e9e7df8
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.5'

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

0 comments on commit e9e7df8

Please sign in to comment.