Skip to content

Commit

Permalink
Build(deps): Bump org.mockito:mockito-core from 5.11.0 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 15331af commit 43db03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarhc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ dependencies {
// test dependencies (available in unit and integration tests)
testFixturesApi("org.junit.jupiter:junit-jupiter:5.10.2")
testFixturesRuntimeOnly("org.junit.platform:junit-platform-launcher")
testFixturesApi("org.mockito:mockito-core:5.11.0")
testFixturesApi("org.mockito:mockito-core:5.12.0")
testFixturesApi("org.slf4j:slf4j-simple:2.0.13")

}
Expand Down

0 comments on commit 43db03f

Please sign in to comment.