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 5a9cbdd commit 2a9ad9dCopy full SHA for 2a9ad9d
spring-restdocs-platform/build.gradle
@@ -28,6 +28,6 @@ dependencies {
28
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.14.0"))
29
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.5.2"))
30
api(enforcedPlatform("org.mockito:mockito-bom:4.9.0"))
31
- api(enforcedPlatform("org.junit:junit-bom:5.13.0"))
+ api(enforcedPlatform("org.junit:junit-bom:5.13.3"))
32
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
33
}
0 commit comments