Skip to content

Commit 17a4bdf

Browse files
Bump mockito-inline from 3.12.4 to 4.6.1
Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.12.4 to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.4...v4.6.1) --- 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 77e6c3d commit 17a4bdf

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:3.12.4")
52+
testImplementation("org.mockito:mockito-inline:4.6.1")
5353
}
5454

5555
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)