Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c20281

Browse files
committedSep 12, 2022
Adopt to changed Mockk artifact name.
Closes #4161
1 parent cf38ba1 commit 5c20281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-data-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312

313313
<dependency>
314314
<groupId>io.mockk</groupId>
315-
<artifactId>mockk</artifactId>
315+
<artifactId>mockk-jvm</artifactId>
316316
<version>${mockk}</version>
317317
<scope>test</scope>
318318
</dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.