From 030c37e4731fa4d9238875b9b71cd9aeebd436f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:35:05 +0000 Subject: [PATCH] [sign_in]: Bump com.google.guava:guava Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-android to 32.1.1-android. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../google_sign_in/google_sign_in_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google_sign_in/google_sign_in_android/android/build.gradle b/packages/google_sign_in/google_sign_in_android/android/build.gradle index 21b7fa178c8f..76b01da294aa 100644 --- a/packages/google_sign_in/google_sign_in_android/android/build.gradle +++ b/packages/google_sign_in/google_sign_in_android/android/build.gradle @@ -48,7 +48,7 @@ android { dependencies { implementation 'com.google.android.gms:play-services-auth:20.4.1' - implementation 'com.google.guava:guava:31.1-android' + implementation 'com.google.guava:guava:32.1.1-android' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.0.0' }