Skip to content

Commit

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

Bump mockk from 1.12.0 to 1.12.1
  • Loading branch information
berngp committed Nov 23, 2021
2 parents 13add6b + e3d4e6f commit 8911a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -98,7 +98,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.0")
testImplementation("io.mockk:mockk:1.12.1")
}

java {
Expand Down

0 comments on commit 8911a18

Please sign in to comment.