Skip to content

Commit fa262db

Browse files
authored
Merge pull request #24 from navikt/dependabot/gradle/org.mockito-mockito-inline-4.8.0
Bump mockito-inline from 4.7.0 to 4.8.0
2 parents f3f7a63 + f0332b0 commit fa262db

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
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation("io.mockk:mockk:$mockkVersion")
5050
testImplementation("org.springframework:spring-mock:2.0.8")
5151
testImplementation("org.springframework.boot:spring-boot-starter-test")
52-
testImplementation("org.mockito:mockito-inline:4.7.0")
52+
testImplementation("org.mockito:mockito-inline:4.8.0")
5353
}
5454

5555
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)