Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent 9330bde commit 4274b01
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 @@ -145,7 +145,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
</dependency>
</dependencies>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4274b01

Please sign in to comment.