Skip to content

Commit

Permalink
chore: Bump org.junit.jupiter:junit-jupiter-params from 5.9.3 to 5.10.0
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-params
  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 14, 2023
1 parent 122bff7 commit a08615b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ dependencies {
testImplementation("software.amazon.awssdk:ec2:2.17.191")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testImplementation("org.junit.platform:junit-platform-commons:1.9.1")
testImplementation("org.junit.platform:junit-platform-engine:1.9.1")
testImplementation("org.junit.platform:junit-platform-launcher:1.9.1")
Expand Down

0 comments on commit a08615b

Please sign in to comment.