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
This commit is contained in:
Christoph Strobl
2023-01-12 08:38:32 +01:00
parent 3e20b55275
commit 70ca4b2e2d

View File

@@ -29,6 +29,7 @@
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.79.Final</netty>
<java-module-name>spring.data.redis</java-module-name>
<mockk>1.13.3</mockk>
</properties>
<scm>