Skip to content

Commit 4e35f5f

Browse files
authored
Merge pull request #47 from OneLiteFeatherNET/renovate/major-junit-framework-monorepo
Update junit-framework monorepo to v6 (major)
2 parents 81e6553 + e0d4537 commit 4e35f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencyResolutionManagement {
2424
create("libs") {
2525
version("kotlin", "2.2.20")
2626
version("bom", "1.4.4")
27-
version("junit", "5.14.0")
27+
version("junit", "6.0.0")
2828
version("snakeyaml", "2.5")
2929
version("dartpoet", "0.0.1-SNAPSHOT")
3030
version("guava", "33.5.0-jre")
@@ -38,7 +38,7 @@ dependencyResolutionManagement {
3838
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
3939
library("junit.jupiter.params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
4040
library("junit.jupiter.engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
41-
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").version("1.14.0")
41+
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").version("6.0.0")
4242
library("snakeyaml", "org.yaml", "snakeyaml").versionRef("snakeyaml")
4343

4444
plugin("kotlin", "org.jetbrains.kotlin.jvm").versionRef("kotlin")

0 commit comments

Comments
 (0)