From 3c8d1646c9919ef93ce5a75fcc76ddd2e09dadbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:39:24 +0200 Subject: [PATCH] fix(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.2 to 2023.0.3 (#179) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 11af4dd..4a59f4e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ java.sourceCompatibility = JavaVersion.VERSION_21 repositories { mavenCentral() } -val springCloudVersion = "2023.0.2" +val springCloudVersion = "2023.0.3" val openapiVersion = "2.6.0" val mockitoKotlinVersion = "5.4.0" val scrimageVersion = "4.1.3"