Skip to content

Commit 07e65f5

Browse files
committed
Downgrading Mockito to 4.11.0.
This version seems to work with the same code for all JDK versions we run our build with. See spring-projects/spring-data-build#1947 Closes #1464
1 parent af8fb41 commit 07e65f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<!-- test utilities-->
4343
<awaitility.version>4.2.0</awaitility.version>
4444
<degraph-check.version>0.1.4</degraph-check.version>
45+
<mockito>4.11.0</mockito>
4546
</properties>
4647

4748
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)