Skip to content

Commit 8bd1ffd

Browse files
committed
Update junit5 monorepo
1 parent f6614c9 commit 8bd1ffd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ 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.7.2"
115-
testImplementation "org.junit.platform:junit-platform-runner:1.7.2"
114+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0"
115+
testImplementation "org.junit.platform:junit-platform-runner:1.8.0"
116116
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.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.7.2"
124-
api "org.junit.platform:junit-platform-runner:1.7.2"
123+
api "org.junit.jupiter:junit-jupiter-api:5.8.0"
124+
api "org.junit.platform:junit-platform-runner:1.8.0"
125125
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
126126
implementation(spockDependency) { transitive = false }
127127
}

0 commit comments

Comments
 (0)