Skip to content

Commit

Permalink
Upgrade to REST Assured 5.2.1
Browse files Browse the repository at this point in the history
Closes gh-876
  • Loading branch information
wilkinsona committed Nov 18, 2022
1 parent 7bb4144 commit 16a096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-restdocs-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
}
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.14.0"))
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.2.0"))
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.2.1"))
api(enforcedPlatform("org.mockito:mockito-bom:4.9.0"))
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
}

0 comments on commit 16a096f

Please sign in to comment.