Skip to content

Commit 641e391

Browse files
committed
Upgrade to Mockito 4.8.0
Closes gh-860
1 parent b1ce159 commit 641e391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-restdocs-platform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ dependencies {
2222
api("org.javamoney:moneta:1.4.2")
2323
api("org.jruby:jruby-complete:9.1.13.0")
2424
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
25-
api("org.mockito:mockito-core:4.6.1")
2625
}
2726
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.13.3"))
2827
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.2.0"))
28+
api(enforcedPlatform("org.mockito:mockito-bom:4.8.0"))
2929
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
3030
}

0 commit comments

Comments
 (0)