Skip to content

Commit 0864340

Browse files
fix(deps): update junit5 monorepo to v5.12.1
1 parent 62adb0e commit 0864340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencyResolutionManagement {
2929

3030
create("testlibs") {
3131
library("mockbuckit", "com.github.seeseemelk:MockBukkit-v1.19:2.29.0")
32-
version("junit", "5.10.1")
32+
version("junit", "5.12.1")
3333
library("junit-jupiter", "org.junit.jupiter","junit-jupiter").versionRef("junit")
3434
library("junit-params", "org.junit.jupiter","junit-jupiter-params").versionRef("junit")
3535
bundle("junit", listOf("junit-jupiter", "junit-params"))

0 commit comments

Comments
 (0)