Skip to content

Commit

Permalink
Upgrade Guava dependency to 32.1.3
Browse files Browse the repository at this point in the history
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
google/guava#6657.

PiperOrigin-RevId: 578572893
  • Loading branch information
icbaker authored and Copybara-Service committed Nov 1, 2023
1 parent 44f3176 commit 7a10435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ project.ext {
junitVersion = '4.13.2'
// Use the same Guava version as the Android repo:
// 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'
robolectricVersion = '4.10.3'
// Keep this in sync with Google's internal Checker Framework version.
Expand Down

0 comments on commit 7a10435

Please sign in to comment.