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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent 4320719 commit 8feb6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.0")
testImplementation("org.junit.platform:junit-platform-commons:1.9.3")
testImplementation("org.junit.platform:junit-platform-commons:1.10.0")

testImplementation("org.apache.commons:commons-compress:1.23.0")
testImplementation("de.gesellix:testutil:[2023-07-01T01-01-01,)")
Expand Down

0 comments on commit 8feb6f2

Please sign in to comment.