Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-launcher in the junit group
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.11.1 to 1.11.2
- [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-patch
  dependency-group: junit
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent ffa408a commit d4e9b9a
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.20")
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
}

val dependencyVersions = listOf(
Expand Down

0 comments on commit d4e9b9a

Please sign in to comment.