We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d48545 + 9acdf35 commit 8139c6eCopy full SHA for 8139c6e
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
3
gradle-plugin-publish = "1.3.1"
4
5
-junit5 = "5.11.4"
+junit5 = "5.12.0"
6
7
checkstyle = "9.3"
8
@@ -11,6 +11,7 @@ checkstyle = "9.3"
11
junit5-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
12
junit5-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
13
junit5-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
14
+junit5-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
15
16
[bundles]
17
@@ -20,6 +21,7 @@ junit5-implementation = [
20
21
22
junit5-runtime = [
23
"junit5-engine",
24
+ "junit5-platform-launcher",
25
]
26
27
[plugins]
0 commit comments