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 02a422e commit 26b4282Copy full SHA for 26b4282
pom.xml
@@ -66,7 +66,6 @@
66
<!-- <sonarpython.version>4.22.0.16914</sonarpython.version>-->
67
<!-- <sonarpython.version>5.4.0.22255</sonarpython.version>-->
68
69
- <mockito.version>5.17.0</mockito.version>
70
<lombok.version>1.18.38</lombok.version>
71
72
<!-- temporary version waiting for a real automatic release in creedengo repository -->
@@ -137,7 +136,7 @@
137
136
<dependency>
138
<groupId>org.mockito</groupId>
139
<artifactId>mockito-junit-jupiter</artifactId>
140
- <version>${mockito.version}</version>
+ <version>5.19.0</version>
141
<scope>test</scope>
142
</dependency>
143
0 commit comments