Browse Source

Upgrade to REST Assured 4.4.0

Closes gh-27293
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
025e3372b7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save