Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-launcher from 1.9.2 to 1.9.3
Browse files Browse the repository at this point in the history
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.2 to 1.9.3.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Apr 28, 2023
1 parent 4d48514 commit cf149c7
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 @@ -79,7 +79,7 @@ dependencies {

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.8.21")
testImplementation("io.kotest:kotest-runner-junit5:5.6.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3")
}

val dependencyVersions = listOf(
Expand Down

0 comments on commit cf149c7

Please sign in to comment.