Skip to content

Commit

Permalink
Fixed #375 - Upgrade mockito-bom to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Sep 2, 2023
1 parent 1471e83 commit 54447e0
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 @@ -38,6 +38,7 @@
:issue-364: https://github.com/khmarbaise/maven-it-extension/issues/364[Fixed #363]
:issue-366: https://github.com/khmarbaise/maven-it-extension/issues/366[Fixed #366]
:issue-374: https://github.com/khmarbaise/maven-it-extension/issues/374[Fixed #374]
:issue-375: https://github.com/khmarbaise/maven-it-extension/issues/375[Fixed #375]
: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 @@ -89,6 +90,7 @@
* {issue-366} - Upgrade memoryfilesystem to 2.6.1
* {issue-355} - Upgrade JUnit Jupiter to 5.10.0
* {issue-374} - Upgrade Upgrade byte buddy version 1.14.7
* {issue-375} - Upgrade mockito-bom to 5.5.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 @@ -96,7 +96,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.4.0</version>
<version>5.5.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 54447e0

Please sign in to comment.