From 07e65f52aaf9cc9f1bf42f52ca7957bc2239847b Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Thu, 30 Mar 2023 14:32:51 +0200 Subject: [PATCH] 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 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 5d6854130..e9901c687 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ 4.2.0 0.1.4 + 4.11.0 2017