Skip to content

Commit

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

Bump net.bytebuddy:byte-buddy from 1.14.1 to 1.14.2
  • Loading branch information
mergify[bot] committed Mar 14, 2023
2 parents da38587 + 08a8fe6 commit 369657b
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.apache.groovy:groovy:4.0.10")
testImplementation("org.spockframework:spock-core")
testImplementation("org.spockframework:spock-spring")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.1")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.2")

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

0 comments on commit 369657b

Please sign in to comment.