diff --git a/build.gradle b/build.gradle index 62c66d5..8cf7c3b 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { testImplementation("com.devskiller:jfairy:0.6.4") testImplementation('org.springframework.boot:spring-boot-starter-test') - testIntegrationImplementation platform("org.springframework.cloud:spring-cloud-dependencies:2020.0.2") + testIntegrationImplementation platform("org.springframework.cloud:spring-cloud-dependencies:2022.0.0") testIntegrationImplementation("org.springframework.cloud:spring-cloud-starter") testIntegrationImplementation("org.springframework.cloud:spring-cloud-starter-bootstrap") testIntegrationImplementation("org.awaitility:awaitility:4.0.3")