From 79f3b7cadaa0d1f8c0b22935897fc0c21e65cf91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:34:17 +0000 Subject: [PATCH] Bump com.google.api-client:google-api-client from 2.7.0 to 2.7.1 Bumps [com.google.api-client:google-api-client](https://github.com/googleapis/google-api-java-client) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-java-client/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: com.google.api-client:google-api-client dependency-type: direct:production update-type: version-update:semver-patch ... 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 ed9dd1a5..110e2b1a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ axe-core-playwright = { module = "com.deque.html.axe-core:playwright", version.r json = { module = "org.json:json", version = "20240303" } -google-api-client = { module = "com.google.api-client:google-api-client", version = "2.7.0" } +google-api-client = { module = "com.google.api-client:google-api-client", version = "2.7.1" } google-auth-library-oauth2-http = { module = "com.google.auth:google-auth-library-oauth2-http", version = "1.30.0" } google-api-services-sheets = { module = "com.google.apis:google-api-services-sheets", version = "v4-rev20241008-2.0.0" }