From 2f5e8e48ca5852a60e9f866706710cce66563f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 02:36:20 +0000 Subject: [PATCH] Bump google_sign_in from 5.4.4 to 6.0.0 in /in_app_purchases/step_08/app Bumps [google_sign_in](https://github.com/flutter/plugins/tree/main/packages/google_sign_in) from 5.4.4 to 6.0.0. - [Release notes](https://github.com/flutter/plugins/releases) - [Commits](https://github.com/flutter/plugins/commits/google_sign_in-v6.0.0/packages/google_sign_in) --- updated-dependencies: - dependency-name: google_sign_in dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- in_app_purchases/step_08/app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in_app_purchases/step_08/app/pubspec.yaml b/in_app_purchases/step_08/app/pubspec.yaml index d4c5038..48f7683 100644 --- a/in_app_purchases/step_08/app/pubspec.yaml +++ b/in_app_purchases/step_08/app/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: firebase_core: ^1.17.0 flutter: sdk: flutter - google_sign_in: ^5.3.1 + google_sign_in: ^6.0.0 in_app_purchase: ^3.0.4 in_app_purchase_platform_interface: ^1.3.1 intl: ^0.17.0