Skip to content

Commit cf64d24

Browse files
committed
Update dependency
1 parent 0d7d3e4 commit cf64d24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@
121121
<artifactId>jackson-dataformat-xml</artifactId>
122122
<scope>test</scope>
123123
</dependency>
124-
<!-- https://mvnrepository.com/artifact/io.mockk/mockk -->
124+
<!-- https://mvnrepository.com/artifact/io.mockk/mockk-jvm -->
125125
<dependency>
126126
<groupId>io.mockk</groupId>
127-
<artifactId>mockk</artifactId>
128-
<version>1.12.2</version>
127+
<artifactId>mockk-jvm</artifactId>
128+
<version>1.13.4</version>
129129
<scope>test</scope>
130130
</dependency>
131131
</dependencies>

0 commit comments

Comments
 (0)