Upgrade Guava dependency to 32.1.3

This is slightly out of sync with the version in AOSP (32.1.2) but the
diff is minimal, and we need 32.1.3 here as it contains the fix for
https://github.com/google/guava/issues/6657.

PiperOrigin-RevId: 578572893
This commit is contained in:
ibaker 2023-11-01 10:59:48 -07:00 committed by Copybara-Service
parent 44f317693b
commit 7a10435633

View File

@ -26,7 +26,7 @@ project.ext {
junitVersion = '4.13.2' junitVersion = '4.13.2'
// Use the same Guava version as the Android repo: // Use the same Guava version as the Android repo:
// https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA // https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA
guavaVersion = '31.1-android' guavaVersion = '32.1.3-android'
mockitoVersion = '3.12.4' mockitoVersion = '3.12.4'
robolectricVersion = '4.10.3' robolectricVersion = '4.10.3'
// Keep this in sync with Google's internal Checker Framework version. // Keep this in sync with Google's internal Checker Framework version.