Skip to content

Commit 4896478

Browse files
committed
Restoring mockito-core as this was the last version to support JDK 8
1 parent 8fab169 commit 4896478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>5.4.0</version>
248+
<version>4.11.0</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>

0 commit comments

Comments
 (0)