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 819b00a + 23b3d7c commit 61c6deeCopy full SHA for 61c6dee
inject-test/pom.xml
@@ -12,7 +12,7 @@
12
13
<properties>
14
<jupiter.version>5.10.1</jupiter.version>
15
- <mockito.version>5.9.0</mockito.version>
+ <mockito.version>5.10.0</mockito.version>
16
</properties>
17
18
<dependencies>
inject/pom.xml
@@ -40,7 +40,7 @@
40
<dependency>
41
<groupId>org.mockito</groupId>
42
<artifactId>mockito-core</artifactId>
43
- <version>5.9.0</version>
+ <version>5.10.0</version>
44
<optional>true</optional>
45
</dependency>
46
0 commit comments