Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-commons from 1.9.3 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5) from 1.9.3 to 1.10.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-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent fda895f commit 595c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
ext {
junit5Version = '5.10.0' // https://junit.org/junit5/
junit5PlatformVersion = '1.9.3'
junit5PlatformVersion = '1.10.0'

slf4jVersion = '2.0.6' // http://www.slf4j.org/download.html
log4jVersion = '2.20.0' // https://logging.apache.org/log4j/2.x/javadoc.html
Expand Down

0 comments on commit 595c1a9

Please sign in to comment.