Skip to content

Commit

Permalink
Bump org.mockito:mockito-inline from 4.11.0 to 5.2.0 in /jhdf
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.11.0 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.11.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] committed Mar 10, 2023
1 parent afcb0d1 commit 5209934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'

// Mocking
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.11.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation group: 'org.powermock', name: 'powermock-core', version: '2.0.9'
// Matchers
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
Expand Down

0 comments on commit 5209934

Please sign in to comment.