Skip to content

Commit 3f1dab9

Browse files
committed
Adopt to changed Mockk artifact name.
Closes #1326
1 parent bf356f5 commit 3f1dab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-data-r2dbc/pom.xml

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

295295
<dependency>
296296
<groupId>io.mockk</groupId>
297-
<artifactId>mockk</artifactId>
297+
<artifactId>mockk-jvm</artifactId>
298298
<version>${mockk}</version>
299299
<scope>test</scope>
300300
</dependency>

spring-data-relational/pom.xml

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

8080
<dependency>
8181
<groupId>io.mockk</groupId>
82-
<artifactId>mockk</artifactId>
82+
<artifactId>mockk-jvm</artifactId>
8383
<version>${mockk}</version>
8484
<scope>test</scope>
8585
</dependency>

0 commit comments

Comments
 (0)