Skip to content

Commit

Permalink
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 3e6bce8 commit aa19101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ dependencies {
testImplementation "org.slf4j:slf4j-log4j12:1.7.36"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.0"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.0"

testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "org.mockito:mockito-junit-jupiter:$mockitoVersion"
Expand Down

0 comments on commit aa19101

Please sign in to comment.