We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6263f54 commit 2cf72c0Copy full SHA for 2cf72c0
build.gradle
@@ -47,7 +47,7 @@ task createClasspathManifest {
47
48
dependencies {
49
testImplementation 'org.spockframework:spock-core:2.1-groovy-2.5'
50
- testImplementation platform('org.junit:junit-bom:5.9.1')
+ testImplementation platform('org.junit:junit-bom:5.9.2')
51
testImplementation 'org.junit.jupiter:junit-jupiter'
52
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
53
testImplementation 'org.junit.jupiter:junit-jupiter-params'
0 commit comments