Skip to content

Commit 43573c9

Browse files
Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#373)
* Bump org.junit:junit-bom from 5.11.4 to 5.12.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add required dependency on junit-platform-launcher See junit-team/junit5#4335 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jerome Prinet <[email protected]>
1 parent 7595c74 commit 43573c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ repositories {
2222
dependencies {
2323
implementation("com.gradle:develocity-gradle-plugin-adapters:1.1")
2424

25-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
25+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
27+
28+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2729
}
2830

2931
wrapperUpgrade {

0 commit comments

Comments
 (0)