Bump rest assusred to 5.1.0; fixes gh-1789
This commit is contained in:
@@ -23,8 +23,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
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>17</java.version>
|
||||
<spring-cloud-contract.version>4.0.0-SNAPSHOT</spring-cloud-contract.version>
|
||||
<rest-assured.version>5.0.2-SNAPSHOT</rest-assured.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user