Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#373)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Add required dependency on junit-platform-launcher

See junit-team/junit5#4335

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jerome Prinet <jprinet@gradle.com>
  • Loading branch information
dependabot[bot] and jprinet authored Feb 24, 2025
1 parent 7595c74 commit 43573c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ repositories {
dependencies {
implementation("com.gradle:develocity-gradle-plugin-adapters:1.1")

testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation(platform("org.junit:junit-bom:5.12.0"))
testImplementation("org.junit.jupiter:junit-jupiter")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

wrapperUpgrade {
Expand Down

0 comments on commit 43573c9

Please sign in to comment.