Skip to content

Commit

Permalink
Bump mockito.version from 3.11.0 to 3.11.1
Browse files Browse the repository at this point in the history
Bumps `mockito.version` from 3.11.0 to 3.11.1.

Updates `mockito-core` from 3.11.0 to 3.11.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.11.0...v3.11.1)

Updates `mockito-junit-jupiter` from 3.11.0 to 3.11.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.11.0...v3.11.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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and slawekjaranowski committed Jun 16, 2021
1 parent 3878c96 commit 1a4c181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<properties>
<slf4j.version>1.7.30</slf4j.version>
<junit.version>5.7.2</junit.version>
<mockito.version>3.11.0</mockito.version>
<mockito.version>3.11.1</mockito.version>
<assertj.version>3.19.0</assertj.version>
<sonar.coverage.exclusions>**/slf4jmock/SimpleLogger.java</sonar.coverage.exclusions>
<project.build.outputTimestamp>2021-01-02T15:23:00Z</project.build.outputTimestamp>
Expand Down

0 comments on commit 1a4c181

Please sign in to comment.