Skip to content

Commit f0332b0

Browse files
Bump mockito-inline from 4.7.0 to 4.8.0
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.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 52aa79f commit f0332b0

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)