Skip to content

Commit

Permalink
Bump org.objenesis:objenesis from 3.3 to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 19, 2025
1 parent 9f9e5fa commit 0292a9b
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 @@ -55,7 +55,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 "org.objenesis:objenesis:3.3" // Allow Spock to mock classes with constructor arguments
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 0292a9b

Please sign in to comment.