Skip to content

Commit 7536ae2

Browse files
authored
Merge pull request #79 from navikt/dependabot/gradle/org.mockito-mockito-inline-5.2.0
Bump org.mockito:mockito-inline from 5.1.1 to 5.2.0
2 parents c3a7c74 + 86dda13 commit 7536ae2

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:5.1.1")
54+
testImplementation("org.mockito:mockito-inline:5.2.0")
5555
}
5656

5757
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)