Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0
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.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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2024
1 parent 63c1a0e commit b0aba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ junitBom = { module = "org.junit:junit-bom", version.ref = "junitVersion" }
junitJupiterApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junitVersion" }
junitJupiterEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junitVersion" }
junitJupiterParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junitVersion" }
junitPlatformLauncher = { module = "org.junit.platform:junit-platform-launcher", version = "1.10.3" }
junitPlatformLauncher = { module = "org.junit.platform:junit-platform-launcher", version = "1.11.0" }
assertjCore = { module = "org.assertj:assertj-core", version.ref = "assertjVersion" }
okHttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" }
springData = { module = "org.springframework.data:spring-data-commons", version = "3.3.2" }
Expand Down

0 comments on commit b0aba8e

Please sign in to comment.