Bump Guava version to 31.1

PiperOrigin-RevId: 525756451
This commit is contained in:
ibaker 2023-04-20 16:39:47 +01:00 committed by Rohit Singh
parent 546b25bbc9
commit d7983f9485

View File

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