Skip to content

Commit 1522b0d

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.12.1
1 parent bb63409 commit 1522b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val CORE_DEPENDENCIES = listOf(
8181
// There are dependencies included here that appear to have no usages, but are maintained at
8282
// this top level to help consistently satisfy large numbers of transitive dependencies.
8383
val DEPENDENCIES = listOf(
84-
"org.junit.jupiter:junit-jupiter-api:5.12.0",
84+
"org.junit.jupiter:junit-jupiter-api:5.12.1",
8585
"org.spockframework:spock-core:2.4-M5-groovy-4.0",
8686
"org.spockframework:spock-junit4:2.4-M5-groovy-4.0",
8787

0 commit comments

Comments
 (0)