Skip to content

Commit

Permalink
Merge pull request #649 from jesperancinha/dependabot/maven/io.mockk-…
Browse files Browse the repository at this point in the history
…mockk-1.12.6

build(deps): bump mockk from 1.12.5 to 1.12.6
  • Loading branch information
github-actions[bot] committed Aug 23, 2022
2 parents 324e37d + 4221f8f commit 452ec24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kalah-game-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency-check-maven.version>7.1.2</dependency-check-maven.version>
<spring-boot.version>2.7.3</spring-boot.version>
<omni-coveragereporter-maven-plugin.version>0.3.0</omni-coveragereporter-maven-plugin.version>
<mockk.version>1.12.5</mockk.version>
<mockk.version>1.12.7</mockk.version>
<kotlinx-coroutines-debug.version>1.6.4</kotlinx-coroutines-debug.version>
</properties>

Expand Down Expand Up @@ -135,7 +135,7 @@
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 452ec24

Please sign in to comment.