Skip to content

Commit 9c5ffd4

Browse files
authored
Merge pull request #41 from navikt/dependabot/gradle/org.mockito-mockito-inline-4.8.1
Bump mockito-inline from 4.8.0 to 4.8.1
2 parents 61d6620 + d90a535 commit 9c5ffd4

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.8.0")
58+
testImplementation("org.mockito:mockito-inline:4.8.1")
5959
}
6060

6161
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)