Skip to content

Commit

Permalink
chore: Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10…
Browse files Browse the repository at this point in the history
….0 (#441)

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

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  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 10, 2023
1 parent adeadb5 commit 3dbb9b9
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 @@ -263,7 +263,7 @@ dependencies {
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-engine:5.9.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3")
testImplementation("org.junit.platform:junit-platform-commons:1.10.0")
testImplementation("org.junit.platform:junit-platform-engine:1.9.1")
Expand Down

0 comments on commit 3dbb9b9

Please sign in to comment.