Skip to content

Commit

Permalink
deps(upgrade): bump org.mockito:mockito-inline from 3.9.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 3.9.0 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.9.0...v5.2.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]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent f132151 commit fc627ae
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.1.0")
testImplementation("org.mockito:mockito-core:3.9.0")
testImplementation("org.mockito:mockito-inline:3.9.0")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("org.mockito:mockito-junit-jupiter:3.9.0")
testImplementation("org.testcontainers:testcontainers:1.18.1")
testImplementation("org.testcontainers:testcontainers:1.18.1")
Expand Down

0 comments on commit fc627ae

Please sign in to comment.