Skip to content

Commit 5c3f1cc

Browse files
Bump mockito-inline from 4.10.0 to 5.0.0
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.10.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.10.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6bfd00 commit 5c3f1cc

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)