Skip to content

Commit

Permalink
Bump mockk to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Nov 14, 2022
1 parent 189cedb commit 8053e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion junit5-mockk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<kotlin.version>1.7.21</kotlin.version>
<mockk.version>1.12.4</mockk.version>
<mockk.version>1.13.2</mockk.version>

<quarkus.version>2.14.0.Final</quarkus.version>
<dokka.version>1.7.20</dokka.version>
Expand Down

0 comments on commit 8053e91

Please sign in to comment.