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