Skip to content

Commit

Permalink
Update mockito-core and mockito-junit-jupiter dependencies to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Apr 13, 2023
1 parent 3b79fc0 commit f1823cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Improve resolving _Gradle_ build files by filtering to exclude local repositories

### Notes
- Update `mockito-core` and `mockito-junit-jupiter` dependencies to `5.3.0`
- Update the `license-maven-plugin` plugin to `4.2`
- Update the `jacoco-maven-plugin` plugin to `0.8.9`

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f1823cd

Please sign in to comment.