From b7e4449b96cba5d40f70f6ad02b0c338c9b37eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:37:22 +0000 Subject: [PATCH] Bump com.google.cloud:spring-cloud-gcp-dependencies from 7.4.0 to 7.4.4 Bumps [com.google.cloud:spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 7.4.0 to 7.4.4. - [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases) - [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v7.4.0...v7.4.4) --- updated-dependencies: - dependency-name: com.google.cloud:spring-cloud-gcp-dependencies dependency-version: 7.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index 5aed910b..689f9d5b 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -36,7 +36,7 @@ repositories { } dependencies { - implementation(platform("com.google.cloud:spring-cloud-gcp-dependencies:7.4.0")) + implementation(platform("com.google.cloud:spring-cloud-gcp-dependencies:7.4.4")) testImplementation(platform("org.junit:junit-bom:6.0.1")) implementation('org.springframework.boot:spring-boot-starter-webmvc') {