Skip to content

Commit

Permalink
Bump mockito-core from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 20, 2021
1 parent 00567fe commit 05761e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preferencesfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>11.1.0</version>
<version>11.1.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -237,7 +237,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 05761e7

Please sign in to comment.