Skip to content

Commit 16a096f

Browse files
committed
Upgrade to REST Assured 5.2.1
Closes gh-876
1 parent 7bb4144 commit 16a096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-restdocs-platform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
2626
}
2727
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.14.0"))
28-
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.2.0"))
28+
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.2.1"))
2929
api(enforcedPlatform("org.mockito:mockito-bom:4.9.0"))
3030
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
3131
}

0 commit comments

Comments
 (0)