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 7505e8b commit 1515876Copy full SHA for 1515876
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
// testing
71
testImplementation "org.apache.groovy:groovy:$groovyBinaryVersion"
72
73
- testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
74
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
75
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
76
testImplementation 'net.bytebuddy:byte-buddy:1.14.18' // Mocks of classes
0 commit comments