We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b00bb8 + 68fe12d commit 29236c6Copy full SHA for 29236c6
pom.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
4
- Copyright 2009-2022 the original author or authors.
+ Copyright 2009-2023 the original author or authors.
5
6
Licensed under the Apache License, Version 2.0 (the "License");
7
you may not use this file except in compliance with the License.
@@ -240,6 +240,12 @@
240
<version>5.0.0</version>
241
<scope>test</scope>
242
</dependency>
243
+ <dependency>
244
+ <groupId>org.mockito</groupId>
245
+ <artifactId>mockito-subclass</artifactId>
246
+ <version>5.0.0</version>
247
+ <scope>test</scope>
248
+ </dependency>
249
<dependency>
250
<groupId>org.mockito</groupId>
251
<artifactId>mockito-junit-jupiter</artifactId>
0 commit comments