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 92303e0 commit 1974629Copy full SHA for 1974629
1 file changed
pom.xml
@@ -42,7 +42,7 @@
42
<lombok.version>1.18.38</lombok.version>
43
<reactor-test.version>3.7.7</reactor-test.version>
44
<junit-jupiter.version>5.11.4</junit-jupiter.version>
45
- <mockito.version>5.14.2</mockito.version>
+ <mockito.version>4.11.0</mockito.version>
46
</properties>
47
48
<licenses>
@@ -214,13 +214,6 @@
214
<groupId>org.apache.maven.plugins</groupId>
215
<artifactId>maven-surefire-plugin</artifactId>
216
<version>${maven-surefire-plugin.version}</version>
217
- <configuration>
218
- <argLine>
219
- <!--suppress UnresolvedMavenProperty -->
220
- <!-- Property is generated at build-time by maven-dependency-plugin -->
221
- -javaagent:${org.mockito:mockito-core:jar}
222
- </argLine>
223
- </configuration>
224
</plugin>
225
<plugin>
226
<groupId>org.sonatype.central</groupId>
0 commit comments