From 2826ff0d8f5d2d4ea0d19dd736a5cc6ab6bc01d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:26:22 +0000 Subject: [PATCH] [deps]: Bump org.springframework.cloud:spring-cloud-circuitbreaker-dependencies Bumps [org.springframework.cloud:spring-cloud-circuitbreaker-dependencies](https://github.com/spring-cloud/spring-cloud-build) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-build/compare/v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-circuitbreaker-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ba94dc..0cd15c9 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { ext { kotlinVersion = "1.9.25" springBootVersion = "3.2.8" - springCircuitBreakerVersion = "3.1.1" + springCircuitBreakerVersion = "3.1.3" validationApiVersion = "2.0.1.Final" gsonVersion = "2.8.5" jwtVersion = "4.4.0"