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.
2 parents 2ec2f79 + 777c64d commit 693c36cCopy full SHA for 693c36c
build.gradle
@@ -72,7 +72,7 @@ dependencies {
72
73
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
74
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
75
- testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
+ testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
76
testImplementation 'net.bytebuddy:byte-buddy:1.14.14' // Mocks of classes
77
78
// testcontainers (docker framework for testing)
0 commit comments