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.
1 parent 6450cf2 commit 2a43943Copy full SHA for 2a43943
pom.xml
@@ -66,7 +66,7 @@
66
<assertj.version>3.27.4</assertj.version>
67
<jgit.version>7.3.0.202506031305-r</jgit.version>
68
<junit.version>5.13.4</junit.version>
69
- <mockito.version>5.18.0</mockito.version>
+ <mockito.version>5.19.0</mockito.version>
70
<slf4j.version>2.0.17</slf4j.version>
71
<sonar.version>25.8.0.112029</sonar.version>
72
<sonar.api.version>13.0.0.3026</sonar.api.version>
sonar-plugin/standalone/pom.xml
@@ -35,7 +35,7 @@
35
<dependency>
36
<groupId>org.mockito</groupId>
37
<artifactId>mockito-core</artifactId>
38
- <version>5.18.0</version>
+ <version>5.19.0</version>
39
<scope>test</scope>
40
</dependency>
41
0 commit comments