diff --git a/constants.gradle b/constants.gradle index 5a2d244c79..7df3e09417 100644 --- a/constants.gradle +++ b/constants.gradle @@ -33,7 +33,7 @@ project.ext { kotlinxCoroutinesVersion = '1.9.0' leakCanaryVersion = '2.10' mockitoVersion = '3.12.4' - robolectricVersion = '4.14.1' + robolectricVersion = '4.15.1' // Keep this in sync with Google's internal Checker Framework version. checkerframeworkVersion = '3.13.0' errorProneVersion = '2.18.0'