Skip to content

Commit 082db7e

Browse files
authored
Merge pull request #59 from navikt/dependabot/gradle/org.mockito-mockito-inline-4.10.0
Bump mockito-inline from 4.9.0 to 4.10.0
2 parents d9a33c5 + 3b213ca commit 082db7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
testImplementation("io.mockk:mockk:$mockkVersion")
5656
testImplementation("org.springframework:spring-mock:2.0.8")
5757
testImplementation("org.springframework.boot:spring-boot-starter-test")
58-
testImplementation("org.mockito:mockito-inline:4.9.0")
58+
testImplementation("org.mockito:mockito-inline:4.10.0")
5959
}
6060

6161
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)