Skip to content

Commit

Permalink
Bump byte-buddy from 1.14.12 to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 25, 2025
1 parent 1fb4aa2 commit 1c66ede
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 @@ -53,7 +53,7 @@ subprojects {
}

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.12" // allows Spock to mock classes (in addition to interfaces)
testRuntimeOnly "net.bytebuddy:byte-buddy:1.16.1" // allows Spock to mock classes (in addition to interfaces)
testRuntimeOnly "org.objenesis:objenesis:3.4" // Allow Spock to mock classes with constructor arguments
testRuntimeOnly "org.slf4j:slf4j-jdk14:${slf4jVersion}" // Runtime implementation of slf4j
}
Expand Down

0 comments on commit 1c66ede

Please sign in to comment.