Skip to content

Commit

Permalink
deps(upgrade): bump org.mockito:mockito-junit-jupiter from 3.9.0 to 4…
Browse files Browse the repository at this point in the history
….11.0 (#745)

Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.9.0 to 4.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.9.0...v4.11.0)

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

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 Jul 29, 2023
1 parent 255c1b2 commit 51983e6
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 @@ -60,7 +60,7 @@ dependencies {
testImplementation("com.github.marschall:memoryfilesystem:2.6.1")
testImplementation("org.mockito:mockito-core:4.11.0")
testImplementation("org.mockito:mockito-inline:4.11.0")
testImplementation("org.mockito:mockito-junit-jupiter:3.9.0")
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.assertj:assertj-core:3.24.2")
Expand Down

0 comments on commit 51983e6

Please sign in to comment.