Skip to content

Commit 549f843

Browse files
committed
Update junit5 monorepo
1 parent 2f93a27 commit 549f843

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@ subprojects {
111111

112112
api "org.codehaus.groovy:groovy:$groovyVersion"
113113
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
114-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.1"
115-
testImplementation "org.junit.platform:junit-platform-runner:1.8.1"
116-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"
114+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
115+
testImplementation "org.junit.platform:junit-platform-runner:1.8.2"
116+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
117117

118118
testImplementation(spockDependency) { transitive = false }
119119
}
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.8.1"
124-
api "org.junit.platform:junit-platform-runner:1.8.1"
125-
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"
123+
api "org.junit.jupiter:junit-jupiter-api:5.8.2"
124+
api "org.junit.platform:junit-platform-runner:1.8.2"
125+
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
126126
implementation(spockDependency) { transitive = false }
127127
}
128128
}

0 commit comments

Comments
 (0)