Skip to content

Commit 1974629

Browse files
committed
Downgrade Mockito to Java 8-compatible version
1 parent 92303e0 commit 1974629

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<lombok.version>1.18.38</lombok.version>
4343
<reactor-test.version>3.7.7</reactor-test.version>
4444
<junit-jupiter.version>5.11.4</junit-jupiter.version>
45-
<mockito.version>5.14.2</mockito.version>
45+
<mockito.version>4.11.0</mockito.version>
4646
</properties>
4747

4848
<licenses>
@@ -214,13 +214,6 @@
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-surefire-plugin</artifactId>
216216
<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>
224217
</plugin>
225218
<plugin>
226219
<groupId>org.sonatype.central</groupId>

0 commit comments

Comments
 (0)