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