Skip to content

Commit 2a9ad9d

Browse files
committed
Upgrade to JUnit 5.13.3
1 parent 5a9cbdd commit 2a9ad9d

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,6 +28,6 @@ dependencies {
2828
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.14.0"))
2929
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.5.2"))
3030
api(enforcedPlatform("org.mockito:mockito-bom:4.9.0"))
31-
api(enforcedPlatform("org.junit:junit-bom:5.13.0"))
31+
api(enforcedPlatform("org.junit:junit-bom:5.13.3"))
3232
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
3333
}

0 commit comments

Comments
 (0)