Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Mar 23, 2023
1 parent 0d7d3e4 commit cf64d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@
<artifactId>jackson-dataformat-xml</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/io.mockk/mockk -->
<!-- https://mvnrepository.com/artifact/io.mockk/mockk-jvm -->
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<version>1.12.2</version>
<artifactId>mockk-jvm</artifactId>
<version>1.13.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit cf64d24

Please sign in to comment.