Browse Source

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 https://github.com/spring-projects/spring-data-build/issues/1947
Closes #1464
pull/1564/head
Jens Schauder 3 years ago
parent
commit
07e65f52aa
No known key found for this signature in database
GPG Key ID: 9537B67540F0A581
  1. 1
      pom.xml

1
pom.xml

@ -42,6 +42,7 @@ @@ -42,6 +42,7 @@
<!-- test utilities-->
<awaitility.version>4.2.0</awaitility.version>
<degraph-check.version>0.1.4</degraph-check.version>
<mockito>4.11.0</mockito>
</properties>
<inceptionYear>2017</inceptionYear>

Loading…
Cancel
Save