From da4bdd36ca06975f55449fe1ce3d93d3cac0f9f1 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Tue, 26 Nov 2024 10:48:20 -0800 Subject: [PATCH] Bump Error Prone to 2.36.0, including setting `--should-stop=ifError=FLOW`. Fixes https://github.com/google/jimfs/pull/383 In Guava, resolve a https://errorprone.info/bugpattern/DuplicateBranches error (though that will [soon be only a warning](https://github.com/google/error-prone/pull/4700)) by just eliminating the branch. Hopefully that is fine. RELNOTES=n/a PiperOrigin-RevId: 700392786 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bf70cd8..9c22609f 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ 1.2.2 1.8 33.3.1-jre - 2.35.1 + 2.36.0 @@ -297,6 +297,7 @@ -XDcompilePolicy=simple + --should-stop=ifError=FLOW