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 1225eaa + e986c80 commit b507331Copy full SHA for b507331
build.gradle
@@ -120,9 +120,9 @@ subprojects {
120
121
if (project.name == "grails-datastore-gorm-tck") {
122
api "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
123
- api "org.junit.jupiter:junit-jupiter-api:5.7.0"
124
- api "org.junit.platform:junit-platform-runner:1.7.0"
125
- runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
+ api "org.junit.jupiter:junit-jupiter-api:5.7.2"
+ api "org.junit.platform:junit-platform-runner:1.7.2"
+ runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
126
implementation(spockDependency) { transitive = false }
127
}
128
0 commit comments