Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-launcher in the junit group (#450
Browse files Browse the repository at this point in the history
)

Bumps the junit group with 1 update: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5).


Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: junit
...

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 Aug 18, 2024
1 parent 8177294 commit efc5121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.0")
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
}

val dependencyVersions = listOf(
Expand Down

0 comments on commit efc5121

Please sign in to comment.