From 00b47e9ff1512562d9c296986f2e732fc7105f39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:34:51 +0000 Subject: [PATCH] build(deps): bump spring-cloud-dependencies from 2020.0.2 to 2020.0.3 Bumps [spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-build) from 2020.0.2 to 2020.0.3. - [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-build/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62c66d5..8926c65 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:2020.0.3") testIntegrationImplementation("org.springframework.cloud:spring-cloud-starter") testIntegrationImplementation("org.springframework.cloud:spring-cloud-starter-bootstrap") testIntegrationImplementation("org.awaitility:awaitility:4.0.3")