Skip to content

Commit

Permalink
Update mockito-inline and mockito-junit-jupiter to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Jan 2, 2023
1 parent 8c64686 commit c7d1671
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 @@ -10,6 +10,7 @@

### Notes
- Update `maven-core` to `3.8.7`
- Update `mockito-inline` and `mockito-junit-jupiter` to `4.11.0`

## 1.0.0 _(2022-12-23)_
Initial release
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.10.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c7d1671

Please sign in to comment.