Skip to content

Commit

Permalink
#1113 Update Mockito to 5.11.0
Browse files Browse the repository at this point in the history
- update version
- adjust test for new version
  • Loading branch information
oliverlietz committed Mar 21, 2024
1 parent 21b4e2d commit b9e1d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class WarBuilderTest {
private File tempDir;
private ZipFile war;

private static final String MOCKITO_VERSION = "5.8.0"; // needs to match dependency in project
private static final String MOCKITO_VERSION = "5.11.0"; // needs to match dependency in project

@BeforeClass
public static void setUp() throws IOException {
Expand Down
2 changes: 1 addition & 1 deletion pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<!-- URL Handlers are runtime artifacts. -->
Expand Down

0 comments on commit b9e1d83

Please sign in to comment.