From 24176cbae39d1cdf2a6129f0c6086393f2292ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:40:02 +0000 Subject: [PATCH] chore(deps): Bump google_sign_in Bumps [google_sign_in](https://github.com/flutter/packages/tree/main/packages/google_sign_in) from 6.3.0 to 7.1.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/google_sign_in-v7.1.0/packages/google_sign_in) --- updated-dependencies: - dependency-name: google_sign_in dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../firebase_authentication_client/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml b/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml index 4d192b086..7785967db 100644 --- a/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml +++ b/flutter_news_example/packages/authentication_client/firebase_authentication_client/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter: sdk: flutter flutter_facebook_auth: ^7.1.1 - google_sign_in: ^6.2.1 + google_sign_in: ^7.1.0 plugin_platform_interface: ^2.1.3 sign_in_with_apple: ^6.1.0 token_storage: