Skip to content

Commit 8626337

Browse files
authored
Merge pull request #66 from navikt/dependabot/gradle/org.mockito-mockito-inline-5.0.0
Bump mockito-inline from 4.10.0 to 5.0.0
2 parents b6bfd00 + 5c3f1cc commit 8626337

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
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation("org.testcontainers:postgresql:$testContainersVersion")
5252
testImplementation("io.mockk:mockk:$mockkVersion")
5353
testImplementation("org.springframework.boot:spring-boot-starter-test")
54-
testImplementation("org.mockito:mockito-inline:4.11.0")
54+
testImplementation("org.mockito:mockito-inline:5.0.0")
5555
}
5656

5757
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)