From 0ea82aee94a5873c0a0b585d99d5d61b7eabb9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:06:42 +0000 Subject: [PATCH] build(deps): bump spring-cloud-dependencies from 2020.0.2 to 2022.0.0 Bumps [spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2020.0.2 to 2022.0.0. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2020.0.2...v2022.0.0) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")