From c1c177ee25809e8964a0d346cd41b93fd82d1fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 04:05:28 +0000 Subject: [PATCH] build(deps): bump spring-cloud-dependencies from 2020.0.4 to 2021.0.5 Bumps [spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-build) from 2020.0.4 to 2021.0.5. - [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-build/commits) --- 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 a5409c8..d6ca0bf 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { subprojects { group 'com.frogdevelopment.testcontainers' - version = '2020.0.4' + version = '2021.0.5' apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management'