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 3dd1073 commit 911dcb9Copy full SHA for 911dcb9
build.gradle
@@ -67,7 +67,7 @@ dependencies {
67
// testing
68
testImplementation "org.apache.groovy:groovy:$groovyBinaryVersion"
69
70
- testImplementation 'org.junit.jupiter:junit-jupiter:5.9.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
71
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
72
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
73
testImplementation 'net.bytebuddy:byte-buddy:1.14.5' // Mocks of classes
0 commit comments