Skip to content

Commit 10733fe

Browse files
fix(deps): update junit-framework monorepo to v6 (major) (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
1 parent b74749d commit 10733fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[versions]
22
asm = "9.9.1"
3-
junit = "5.13.4"
4-
junitPlatform = "1.13.4"
3+
junit = "6.0.3"
54
indra = "3.2.0"
65

76
jbAnnos = "26.1.0"
@@ -15,7 +14,7 @@ jetbrainsAnnotations = { module = "org.jetbrains:annotations", version.ref = "jb
1514
jupiterApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
1615
jupiterEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
1716
jupiterParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
18-
platformLauncher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junitPlatform" }
17+
platformLauncher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
1918

2019
[plugins]
2120
indra = { id = "net.kyori.indra", version.ref = "indra" }

0 commit comments

Comments
 (0)