Bump rest assusred to 5.1.0; fixes gh-1789
This commit is contained in:
@@ -17,8 +17,6 @@ repositories {
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
||||
ext['rest-assured.version'] = "${restAssuredVersion}"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${BOM_VERSION}"
|
||||
|
||||
@@ -2,4 +2,3 @@ org.gradle.daemon=false
|
||||
verifierVersion=4.0.0-SNAPSHOT
|
||||
BOM_VERSION=2022.0.0-SNAPSHOT
|
||||
bootVersion=3.0.0-SNAPSHOT
|
||||
restAssuredVersion=5.0.2-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user