Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#167)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 42322ab commit 641ad40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
apply(plugin = "com.diffplug.spotless")

dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation(platform("org.junit:junit-bom:5.12.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
2 changes: 1 addition & 1 deletion test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api("io.kotest.extensions:kotest-assertions-arrow:2.0.0")
api("io.kotest:kotest-extensions:$kotestVersion")

api(platform("org.junit:junit-bom:5.11.4"))
api(platform("org.junit:junit-bom:5.12.0"))
api("org.junit.jupiter:junit-jupiter")
api("org.junit.jupiter:junit-jupiter-params")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit 641ad40

Please sign in to comment.