Skip to content

Commit

Permalink
Update Mockito to 5.10.0 and assertj-core to 3.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jan 26, 2024
1 parent f1bd75f commit ff0bddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,13 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.1</version>
<version>3.25.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ Update bytebuddy to 1.14.11
Update assertj-core to 3.25.0.
Update assertj-core to 3.25.1.
Update Mockito to 5.9.0
Update Mockito to 5.10.0 and assertj-core to 3.25.2

0 comments on commit ff0bddf

Please sign in to comment.