Skip to content

Commit 0436c56

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.12.1 (#13528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0133f2 commit 0436c56

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
@@ -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)