Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 5.12.0 to 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 20, 2024
1 parent 260e4e4 commit 0a15914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java from 8 to 11.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 62 to 75 #256, #277, #295, #301.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump Hamcrest from org.hamcrest:hamcreset-all:1.3 to org.hamcrest:hamcreset:3.0.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.mockito:mockito-core from 4.11.0 to 5.12.0.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.mockito:mockito-core from 4.11.0 to 5.13.0.</action>
</release>
<release version="1.8.1" date="2023-09-09" description="New features and bug fixes.">
<!-- FIX -->
Expand Down

0 comments on commit 0a15914

Please sign in to comment.