From 70ca4b2e2dfc5fe2d4a6cfbb11e0e47bbe575417 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 12 Jan 2023 08:38:32 +0100 Subject: [PATCH] Override mockk dependency version. The upgrade to mockk 1.12.8 in spring-data-build causes trouble with Kotlin reflection that's why we need to alter the version on a project level to 1.13.3. Closes: #2485 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 87670f9dc..eded19e0f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,7 @@ 1.01 4.1.79.Final spring.data.redis + 1.13.3