We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc117 commit 9cc9433Copy full SHA for 9cc9433
build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
// testing
76
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
77
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
78
- testImplementation 'org.objenesis:objenesis:3.2' // Mock creation with constructor parameters
+ testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
79
80
// testcontainers (docker framework for testing)
81
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments