Skip to content

Commit 8dc9327

Browse files
committed
Bump junit APIS
1 parent cdf5e02 commit 8dc9327

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
@@ -129,9 +129,9 @@ subprojects {
129129

130130
api "org.codehaus.groovy:groovy:$groovyVersion"
131131
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"
132+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.0"
133+
testImplementation "org.junit.platform:junit-platform-runner:1.7.0"
134+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
135135

136136
testImplementation(spockDependency) { transitive = false }
137137
}

0 commit comments

Comments
 (0)