Skip to content

Commit

Permalink
deps(upgrade): bump org.mockito:mockito-inline from 3.9.0 to 4.11.0 (#…
Browse files Browse the repository at this point in the history
…741)

Bumps [org.mockito:mockito-inline](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-inline
  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 cf8414c commit f8acadc
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 @@ -59,7 +59,7 @@ dependencies {
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
testImplementation("com.github.marschall:memoryfilesystem:2.6.1")
testImplementation("org.mockito:mockito-core:4.11.0")
testImplementation("org.mockito:mockito-inline:3.9.0")
testImplementation("org.mockito:mockito-inline:4.11.0")
testImplementation("org.mockito:mockito-junit-jupiter:3.9.0")
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.testcontainers:testcontainers:1.18.3")
Expand Down

0 comments on commit f8acadc

Please sign in to comment.