Skip to content

Commit

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

Bump mockk from 1.12.1 to 1.12.2
  • Loading branch information
berngp committed Jan 6, 2022
2 parents a69ed11 + 7da0982 commit a29266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -107,7 +107,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.1")
testImplementation("io.mockk:mockk:1.12.2")
}

java {
Expand Down

0 comments on commit a29266d

Please sign in to comment.