From 3563a47a3d211a2465f2c8cdbffaf968d6c6918c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:24:01 +0000 Subject: [PATCH] Bump com.google.cloud:libraries-bom from 26.42.0 to 26.44.0 Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.42.0 to 26.44.0. - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.42.0...v26.44.0) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b9cc365cb..f68112e59 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -111,7 +111,7 @@ ehcache3 = { module = "org.ehcache:ehcache", version.ref = "ehcache3" } felixFramework = "org.apache.felix:org.apache.felix.framework:7.0.5" felixScr = "org.apache.felix:org.apache.felix.scr:2.2.12" gmetric4j = { module = "info.ganglia.gmetric4j:gmetric4j", version.ref = "gmetric4j" } -googleCloudLibrariesBom = { module = "com.google.cloud:libraries-bom", version = "26.42.0" } +googleCloudLibrariesBom = { module = "com.google.cloud:libraries-bom", version = "26.44.0" } googleCloudMonitoring = { module = "com.google.cloud:google-cloud-monitoring", version.ref = "google-cloud-monitoring" } googleOauth2Http = { module = "com.google.auth:google-auth-library-oauth2-http", version = "1.23.0"} grpcApi = { module = "io.grpc:grpc-api", version.ref = "grpc" }