Browse Source

Upgrade to REST Assured 4.5.1

Closes gh-29861
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
a26c99e23a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1425,7 +1425,7 @@ bom { @@ -1425,7 +1425,7 @@ bom {
]
}
}
library("REST Assured", "4.4.0") {
library("REST Assured", "4.5.1") {
group("io.rest-assured") {
modules = [
"json-path",

Loading…
Cancel
Save