Skip to content

Commit 70ca4b2

Browse files
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
1 parent 3e20b55 commit 70ca4b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<multithreadedtc>1.01</multithreadedtc>
3030
<netty>4.1.79.Final</netty>
3131
<java-module-name>spring.data.redis</java-module-name>
32+
<mockk>1.13.3</mockk>
3233
</properties>
3334

3435
<scm>

0 commit comments

Comments
 (0)