We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7676030 commit 5829cc6Copy full SHA for 5829cc6
spring-restdocs-platform/build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.20.0-rc1"))
29
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.5.6"))
30
api(enforcedPlatform("org.mockito:mockito-bom:5.19.0"))
31
- api(enforcedPlatform("org.junit:junit-bom:5.13.3"))
+ api(enforcedPlatform("org.junit:junit-bom:5.13.4"))
32
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
33
api(enforcedPlatform("tools.jackson:jackson-bom:3.0.0-rc8"))
34
}
0 commit comments