Skip to content

Commit

Permalink
Fixed #362 - Upgrade mockito-bom 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jun 22, 2023
1 parent 72d5d4e commit ed478ff
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 @@ -33,6 +33,7 @@
:issue-351: https://github.com/khmarbaise/maven-it-extension/issues/351[Fixed #351]
:issue-353: https://github.com/khmarbaise/maven-it-extension/issues/353[Fixed #353]
:issue-360: https://github.com/khmarbaise/maven-it-extension/issues/360[Fixed #360]
:issue-362: https://github.com/khmarbaise/maven-it-extension/issues/362[Fixed #362]
: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 @@ -79,6 +80,7 @@
* {issue-348} - Upgrade memoryfilesystem to 2.5.0
* {issue-319} - Upgrade JUnit Jupiter to 5.9.3
* {issue-360} - Upgrade smpp to 6.0.2
* {issue-362} - Upgrade mockito to 5.4.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 @@ -86,7 +86,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.3.0</version>
<version>5.4.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit ed478ff

Please sign in to comment.