Skip to content

Commit 8139c6e

Browse files
authored
Merge pull request #35 from embulk/dependabot/gradle/org.junit-junit-bom-5.12.0
Bump org.junit:junit-bom from 5.11.4 to 5.12.0
2 parents 2d48545 + 9acdf35 commit 8139c6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
gradle-plugin-publish = "1.3.1"
44

5-
junit5 = "5.11.4"
5+
junit5 = "5.12.0"
66

77
checkstyle = "9.3"
88

@@ -11,6 +11,7 @@ checkstyle = "9.3"
1111
junit5-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
1212
junit5-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
1313
junit5-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
14+
junit5-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
1415

1516
[bundles]
1617

@@ -20,6 +21,7 @@ junit5-implementation = [
2021

2122
junit5-runtime = [
2223
"junit5-engine",
24+
"junit5-platform-launcher",
2325
]
2426

2527
[plugins]

0 commit comments

Comments
 (0)