From 7831f2ab2dcaea53fb40d727dc1a722e50ab491d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:03:02 -0700 Subject: [PATCH] Update errorProneVersion to v2.26.0 (#6286) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 28868b7bbb0..1c86e0446f5 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -25,7 +25,7 @@ val DEPENDENCY_BOMS = listOf( ) val autoValueVersion = "1.10.4" -val errorProneVersion = "2.25.0" +val errorProneVersion = "2.26.0" val jmhVersion = "1.37" // Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0 val mockitoVersion = "4.11.0"