Skip to content

Commit

Permalink
Merge pull request #143 from raynigon/dependabot/gradle/net.bytebuddy…
Browse files Browse the repository at this point in the history
…-byte-buddy-1.12.18

Bump byte-buddy from 1.12.17 to 1.12.18
  • Loading branch information
mergify[bot] committed Oct 12, 2022
2 parents e76170e + 60a3f8b commit debf8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subprojects {
testImplementation("org.codehaus.groovy:groovy:3.0.13")
testImplementation("org.spockframework:spock-core")
testImplementation("org.spockframework:spock-spring")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.17")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.18")

// Lombok
compileOnly("org.projectlombok:lombok:1.18.24")
Expand Down

0 comments on commit debf8e8

Please sign in to comment.