Skip to content

Commit c49fa57

Browse files
committed
chore: update junit to v6.0.0
1 parent 813347a commit c49fa57

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
@@ -8,9 +8,8 @@ nexusPublish = "2.0.0"
88
checkstyleTools = "11.0.1"
99

1010
# testing
11-
junit = "5.13.4"
11+
junit = "6.0.0"
1212
mockito = "5.19.0"
13-
junitLauncher = "1.13.4"
1413
testcontainers = "1.21.3"
1514

1615
# compile time processing
@@ -64,7 +63,7 @@ jjwtGson = { group = "io.jsonwebtoken", name = "jjwt-gson", version.ref = "jjwt"
6463
junitApi = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" }
6564
junitParams = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit" }
6665
junitEngine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" }
67-
junitLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junitLauncher" }
66+
junitLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit" }
6867

6968
# general testing
7069
mockito = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockito" }

0 commit comments

Comments
 (0)