Skip to content

Commit 3b213ca

Browse files
Bump mockito-inline from 4.9.0 to 4.10.0
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8269be0 commit 3b213ca

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

6161
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)