Skip to content

Commit

Permalink
deps(upgrade): bump org.mockito:mockito-core from 3.9.0 to 4.11.0 (#737)
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-core](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-core
  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 99c56c3 commit 833781c
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 @@ -58,7 +58,7 @@ dependencies {
testImplementation("org.apache.commons:commons-lang3:3.12.0")
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
testImplementation("com.github.marschall:memoryfilesystem:2.6.1")
testImplementation("org.mockito:mockito-core:3.9.0")
testImplementation("org.mockito:mockito-core:4.11.0")
testImplementation("org.mockito:mockito-inline:3.9.0")
testImplementation("org.mockito:mockito-junit-jupiter:3.9.0")
testImplementation("org.testcontainers:testcontainers:1.18.1")
Expand Down

0 comments on commit 833781c

Please sign in to comment.