We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ce159 commit 641e391Copy full SHA for 641e391
spring-restdocs-platform/build.gradle
@@ -22,9 +22,9 @@ dependencies {
22
api("org.javamoney:moneta:1.4.2")
23
api("org.jruby:jruby-complete:9.1.13.0")
24
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
25
- api("org.mockito:mockito-core:4.6.1")
26
}
27
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.13.3"))
28
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.2.0"))
+ api(enforcedPlatform("org.mockito:mockito-bom:4.8.0"))
29
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
30
0 commit comments