Bump rest assusred to 5.1.0; fixes gh-1789

This commit is contained in:
Marcin Grzejszczak
2022-05-25 11:21:06 +02:00
parent 08be34de60
commit c12d0eb334
10 changed files with 1 additions and 13 deletions

View File

@@ -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}"

View File

@@ -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