Skip to content

Commit

Permalink
Merge pull request #94 from jesperancinha/dependabot/maven/io.mockk-m…
Browse files Browse the repository at this point in the history
…ockk-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 49f7bb5 + dd2bf55 commit ad6797b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion advanced-library-mngmt-gate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.springframework.boot.test.context.SpringBootTest
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT
import org.springframework.boot.test.web.client.TestRestTemplate
import org.springframework.boot.test.web.client.getForEntity
import org.springframework.boot.web.server.LocalServerPort
import org.springframework.boot.test.web.server.LocalServerPort
import org.springframework.test.annotation.DirtiesContext
import org.springframework.test.annotation.DirtiesContext.HierarchyMode.EXHAUSTIVE
import org.springframework.test.context.ActiveProfiles
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<kotlinx-coroutines-core.version>1.6.3-native-mt</kotlinx-coroutines-core.version>
<kotlinx-coroutines-reactor.version>1.6.3-native-mt</kotlinx-coroutines-reactor.version>
<spring-boot.version>2.7.3</spring-boot.version>
<mockk.version>1.12.5</mockk.version>
<mockk.version>1.12.7</mockk.version>
<kotest.version>5.4.2</kotest.version>
<springmockk.version>3.1.1</springmockk.version>
<postgresql.version>42.4.2</postgresql.version>
Expand Down Expand Up @@ -163,7 +163,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 ad6797b

Please sign in to comment.