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 cdf5e02 commit 8dc9327Copy full SHA for 8dc9327
build.gradle
@@ -129,9 +129,9 @@ subprojects {
129
130
api "org.codehaus.groovy:groovy:$groovyVersion"
131
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
132
- testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
133
- testImplementation "org.junit.platform:junit-platform-runner:1.6.2"
134
- testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2"
+ testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.0"
+ testImplementation "org.junit.platform:junit-platform-runner:1.7.0"
+ testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
135
136
testImplementation(spockDependency) { transitive = false }
137
}
0 commit comments