Skip to content

Commit

Permalink
Fixed #346 - Upgrade mockito-bom to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 13, 2023
1 parent 20eca9e commit 4d8d8e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
:issue-334: https://github.com/khmarbaise/maven-it-extension/issues/334[Fixed #334]
:issue-342: https://github.com/khmarbaise/maven-it-extension/issues/342[Fixed #342]
:issue-344: https://github.com/khmarbaise/maven-it-extension/issues/344[Fixed #344]
:issue-344: https://github.com/khmarbaise/maven-it-extension/issues/346[Fixed #346]
: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 @@ -70,6 +71,7 @@
* {issue-334} - Upgrade assertj-bom to 3.24.2
* {issue-342} - Upgrade smpp to 6.0.0
* {issue-344} - Upgrade smpp to 6.0.1
* {issue-346} - Upgrade mockito-bom to 5.3.0

*Build Improvements*

Expand Down
5 changes: 0 additions & 5 deletions itf-jupiter-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 4d8d8e3

Please sign in to comment.