Skip to content

Commit

Permalink
Merge pull request #1256 from Netflix/dependabot/gradle/io.mockk-mock…
Browse files Browse the repository at this point in the history
…k-1.13.2

Bump mockk from 1.12.4 to 1.13.2
  • Loading branch information
berngp committed Oct 15, 2022
2 parents 330bcc2 + 2484230 commit 73a8490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -118,7 +118,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
testImplementation("io.mockk:mockk:1.12.4")
testImplementation("io.mockk:mockk:1.13.2")
}

java {
Expand Down

0 comments on commit 73a8490

Please sign in to comment.