Skip to content

Commit b507331

Browse files
authored
Merge pull request #1513 from grails/renovate/junit5-monorepo
Update junit5 monorepo
2 parents 1225eaa + e986c80 commit b507331

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ subprojects {
120120

121121
if (project.name == "grails-datastore-gorm-tck") {
122122
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"
123+
api "org.junit.jupiter:junit-jupiter-api:5.7.2"
124+
api "org.junit.platform:junit-platform-runner:1.7.2"
125+
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
126126
implementation(spockDependency) { transitive = false }
127127
}
128128
}

0 commit comments

Comments
 (0)