Skip to content

Commit 2debe2b

Browse files
Bump com.google.errorprone:error_prone_core from 2.35.1 to 2.36.0 (#1208)
* Bump com.google.errorprone:error_prone_core from 2.35.1 to 2.36.0 Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.35.1 to 2.36.0. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.35.1...v2.36.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * add flag Signed-off-by: Gregor Zeitlinger <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Gregor Zeitlinger <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <[email protected]>
1 parent 2f30038 commit 2debe2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@
341341
<compilerArgs>
342342
<arg>-Xlint:all,-serial,-processing,-options</arg>
343343
<arg>${warnings}</arg>
344+
<arg>--should-stop=ifError=FLOW</arg>
344345
<arg>-XDcompilePolicy=simple</arg>
345346
<arg>
346347
-Xplugin:ErrorProne
@@ -355,7 +356,7 @@
355356
<path>
356357
<groupId>com.google.errorprone</groupId>
357358
<artifactId>error_prone_core</artifactId>
358-
<version>2.35.1</version>
359+
<version>2.36.0</version>
359360
</path>
360361
<!-- Other annotation processors go here.
361362

0 commit comments

Comments
 (0)