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:
1
pom.xml
1
pom.xml
@@ -29,6 +29,7 @@
|
|||||||
<multithreadedtc>1.01</multithreadedtc>
|
<multithreadedtc>1.01</multithreadedtc>
|
||||||
<netty>4.1.79.Final</netty>
|
<netty>4.1.79.Final</netty>
|
||||||
<java-module-name>spring.data.redis</java-module-name>
|
<java-module-name>spring.data.redis</java-module-name>
|
||||||
|
<mockk>1.13.3</mockk>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|||||||
Reference in New Issue
Block a user