Skip to content

Commit 40bb432

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v6
1 parent 46087e9 commit 40bb432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ val CORE_DEPENDENCIES = listOf(
8080
// There are dependencies included here that appear to have no usages, but are maintained at
8181
// this top level to help consistently satisfy large numbers of transitive dependencies.
8282
val DEPENDENCIES = listOf(
83-
"org.junit.jupiter:junit-jupiter-api:5.14.0",
83+
"org.junit.jupiter:junit-jupiter-api:6.0.0",
8484
"org.spockframework:spock-core:2.4-M6-groovy-4.0",
8585
"org.spockframework:spock-junit4:2.4-M6-groovy-4.0",
8686

0 commit comments

Comments
 (0)