Skip to content

Commit

Permalink
core: bump org.junit.platform:junit-platform-launcher in /core
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.11.+ to 1.12.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Khoyo committed Feb 21, 2025
1 parent 0450438 commit 5d54395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ assertj = { module = 'org.assertj:assertj-core', version = '3.26.3' } # Apache 2
jqwik = { module = 'net.jqwik:jqwik', version = '1.9.+' } # EPL 2.0
mockito-inline = { module = 'org.mockito:mockito-inline', version.ref = 'mockito' } # MIT
mockito-junit-jupiter = { module = 'org.mockito:mockito-junit-jupiter', version.ref = 'mockito' } # MIT
junit-platform-launcher = { module = 'org.junit.platform:junit-platform-launcher', version = '1.11.+' } # EPL 2.0
junit-platform-launcher = { module = 'org.junit.platform:junit-platform-launcher', version = '1.12.+' } # EPL 2.0
jcip-annotations = { module = 'net.jcip:jcip-annotations', version = '1.0' } # CC Attribution
spotbugs-annotations = { module = 'com.github.spotbugs:spotbugs-annotations', version = '4.8.+' } # LGPLv2.1
jansi = { module = 'org.fusesource.jansi:jansi', version = '2.4.+' } # Apache 2.0
Expand Down

0 comments on commit 5d54395

Please sign in to comment.