Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-commons from 1.10.0 to 1.10.1
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.10.0 to 1.10.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 86f8b66 commit 490411b
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.10.0")
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.10.0")
testImplementation("org.junit.platform:junit-platform-commons:1.10.1")

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

0 comments on commit 490411b

Please sign in to comment.