From 24ed1db5fa02eb61570b44eee888efa0b162ace0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 09:06:30 +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.1 to 2023.0.2. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.1...v2023.0.2) --- 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 f0a3ad2d9..2326b14e0 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.0' - springCloudVersion = '2023.0.1' + springCloudVersion = '2023.0.2' scalaVersion = '2.13.14' swaggerCoreVersion = '2.2.22' victoolsVersion = '4.35.0'