Skip to content

Commit

Permalink
Merge pull request #165 from glefloch/bump/mockk-1.13.2
Browse files Browse the repository at this point in the history
Bump mockk to 1.13.2
  • Loading branch information
glefloch authored Aug 28, 2023
2 parents 8751027 + e83eb7e commit b5e2723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

<properties>
<kotlin.version>1.9.10</kotlin.version>
<mockk.version>1.12.4</mockk.version>

<mockk.version>1.13.7</mockk.version>
<quarkus.version>3.3.0</quarkus.version>
<dokka.version>1.8.20</dokka.version>
<assertj.version>3.24.2</assertj.version>
Expand Down

0 comments on commit b5e2723

Please sign in to comment.