From 9df5ef97de11ed1a00e1fe893933c8bc251bbd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 06:55:32 +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 2023.0.2 to 2023.0.3. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.2...v2023.0.3) --- 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 9fe4fe35c..18633887e 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -11,7 +11,7 @@ ext { bouncycastleVersion = '1.78.1' logbackContribVersion = '0.1.5' springBootVersion = '3.3.1' - springCloudVersion = '2023.0.2' + springCloudVersion = '2023.0.3' scalaVersion = '2.13.14' swaggerCoreVersion = '2.2.22' victoolsVersion = '4.35.0'