Skip to content

Commit 0f7832a

Browse files
committed
Keep mockito older because of Java8
1 parent 55b30cb commit 0f7832a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@
107107
<artifactId>mockito-junit-jupiter</artifactId>
108108
<groupId>org.mockito</groupId>
109109
<scope>test</scope>
110-
<version>5.14.2</version>
110+
<version>4.11.0</version>
111111
</dependency>
112112
<dependency>
113-
<artifactId>mockito-core</artifactId>
113+
<artifactId>mockito-inline</artifactId>
114114
<groupId>org.mockito</groupId>
115115
<scope>test</scope>
116-
<version>5.14.2</version>
116+
<version>4.11.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>uk.org.webcompere</groupId>

0 commit comments

Comments
 (0)