Skip to content

Commit

Permalink
chore(deps): bump mockitoVersion from 4.8.0 to 4.8.1 in /buildSrc
Browse files Browse the repository at this point in the history
Bumps `mockitoVersion` from 4.8.0 to 4.8.1.

Updates `mockito-core` from 4.8.0 to 4.8.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.0...v4.8.1)

Updates `mockito-junit-jupiter` from 4.8.0 to 4.8.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.0...v4.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Oct 22, 2022
1 parent ae2ae60 commit 8d5b32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ext {
junitVersion = '5.9.1'
junitPioneerVersion = '1.7.1'
h2Version = '2.1.214'
mockitoVersion = '4.8.0'
mockitoVersion = '4.8.1'
systemRulesVersion = '1.19.0'
}

Expand Down

0 comments on commit 8d5b32f

Please sign in to comment.