Skip to content

Commit 6a5c14a

Browse files
Specify version of junit-platform-launcher from https://mvnrepositorycom/artifact/org.junit/junit-bom/5.12.2 (#1604)
Fix #1552 ref: junit-team/junit5#4335 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ef53d8 commit 6a5c14a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/libraries.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jjwt = "0.12.6"
44
jackson = "2.18.3"
55
assertj = "3.27.3"
66
junit = "5.12.2"
7+
junitPlatformLauncher = "1.12.2"
78
slf4j = "2.0.17"
89
mockito = "5.17.0"
910
okhttp3 = "4.12.0"
@@ -41,6 +42,7 @@ assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" }
4142
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
4243
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
4344
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
45+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junitPlatformLauncher" }
4446
jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.3" }
4547
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
4648
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
@@ -53,7 +55,7 @@ littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.2.0" }
5355
retrofit2 = ["retrofit2-converter-jackson", "retrofit2-retrofit"]
5456
tests = [
5557
"assertj-core",
56-
"junit-jupiter-api", "junit-jupiter-params", "junit-jupiter-engine",
58+
"junit-jupiter-api", "junit-jupiter-params", "junit-jupiter-engine", "junit-platform-launcher",
5759
"slf4j-api", "logback",
5860
"mockito-core", "mockito-junit-jupiter",
5961
]

0 commit comments

Comments
 (0)