Skip to content

Commit

Permalink
chore: Bump org.junit.jupiter:junit-jupiter-api from 5.8.2 to 5.10.0 (#…
Browse files Browse the repository at this point in the history
…475)

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.2 to 5.10.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.10.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent b7858a3 commit da3368c
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 @@ -262,7 +262,7 @@ dependencies {
testImplementation("org.apache.commons:commons-dbcp2:2.9.0")
testImplementation("software.amazon.awssdk:rds:2.20.162")
testImplementation("software.amazon.awssdk:ec2:2.17.191")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testImplementation("org.junit.platform:junit-platform-commons:1.10.0")
Expand Down

0 comments on commit da3368c

Please sign in to comment.