From f1357c4b9011c532a2eddfee2231531ec39b0a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 08:01:01 +0000 Subject: [PATCH] fix(deps): bump org.springframework.cloud:spring-cloud-dependencies Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2024.0.0 to 2024.0.1. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2024.0.0...v2024.0.1) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index c2d11ddf..12407b3d 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -11,7 +11,7 @@ ext { bouncycastleVersion = '1.80' logbackContribVersion = '0.1.5' springBootVersion = '3.4.3' - springCloudVersion = '2024.0.0' + springCloudVersion = '2024.0.1' scalaVersion = '2.13.16' swaggerCoreVersion = '2.2.29' victoolsVersion = '4.37.0'