Skip to content

Commit

Permalink
Fixed #394 - Upgrade mockito to 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 18, 2023
1 parent 73567a1 commit 0c2fc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
:issue-388: https://github.com/khmarbaise/maven-it-extension/issues/388[Fixed #388]
:issue-390: https://github.com/khmarbaise/maven-it-extension/issues/390[Fixed #390]
:issue-392: https://github.com/khmarbaise/maven-it-extension/issues/392[Fixed #392]
:issue-394: https://github.com/khmarbaise/maven-it-extension/issues/394[Fixed #394]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]

:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
Expand Down Expand Up @@ -111,6 +112,7 @@
* {issue-388} - Upgrade memoryfilesystem to 2.7.0
* {issue-390} - Upgrade equalsverifier to 3.15.4
* {issue-392} - Upgrade byte-buddy to 1.14.10
* {issue-394} - Upgrade mockito to 5.8.0

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.5.0</version>
<version>5.8.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 0c2fc7f

Please sign in to comment.