Skip to content

Commit 0863eef

Browse files
committed
Adopt to changed Mockk artifact name.
Closes #4161
1 parent c284e4e commit 0863eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305

306306
<dependency>
307307
<groupId>io.mockk</groupId>
308-
<artifactId>mockk</artifactId>
308+
<artifactId>mockk-jvm</artifactId>
309309
<version>${mockk}</version>
310310
<scope>test</scope>
311311
</dependency>

0 commit comments

Comments
 (0)