From 1693192a681cb6ff13393245ce71d9f0b8619e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:18:12 -0500 Subject: [PATCH] Bump com.google.cloud:spring-cloud-gcp-dependencies from 5.3.0 to 5.4.1 (#8439) Bumps [com.google.cloud:spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 5.3.0 to 5.4.1. - [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/v5.3.0...v5.4.1) --- updated-dependencies: - dependency-name: com.google.cloud:spring-cloud-gcp-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... 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 414511f8dab..e575482fbf0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { api("com.github.vertical-blank:sql-formatter:2.0.5") api("org.bouncycastle:bcprov-jdk18on:1.78.1") api("com.bucket4j:bucket4j-core:8.10.1") - api("com.google.cloud:spring-cloud-gcp-dependencies:5.3.0") + api("com.google.cloud:spring-cloud-gcp-dependencies:5.4.1") api("com.google.guava:guava:33.2.0-jre") api("com.google.protobuf:protobuf-java:$protobufVersion") api("com.graphql-java-generator:graphql-java-client-runtime:2.4")