Skip to content

Commit 5829cc6

Browse files
committed
Upgrade to JUnit 5.13.4
1 parent 7676030 commit 5829cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-restdocs-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.20.0-rc1"))
2929
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.5.6"))
3030
api(enforcedPlatform("org.mockito:mockito-bom:5.19.0"))
31-
api(enforcedPlatform("org.junit:junit-bom:5.13.3"))
31+
api(enforcedPlatform("org.junit:junit-bom:5.13.4"))
3232
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
3333
api(enforcedPlatform("tools.jackson:jackson-bom:3.0.0-rc8"))
3434
}

0 commit comments

Comments
 (0)