From 9f222e9efe786c79fdef58b744d56722271e038e Mon Sep 17 00:00:00 2001 From: Picnic-DevPla-Bot <168541957+Picnic-DevPla-Bot@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:44:18 +0200 Subject: [PATCH] Upgrade Error Prone 2.31.0 -> 2.32.0 (#1325) See: - https://github.com/google/error-prone/releases/tag/v2.32.0 - https://github.com/google/error-prone/compare/v2.31.0...v2.32.0 - https://github.com/PicnicSupermarket/error-prone/compare/v2.31.0-picnic-1...v2.32.0-picnic-1 --- pom.xml | 2 +- website/_data/compatibility.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4136f101..1bae20f6 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ 1.11.0 ${version.error-prone-orig} v${version.error-prone-orig}-picnic-1 - 2.31.0 + 2.32.0 0.1.28 1.0 17 diff --git a/website/_data/compatibility.yml b/website/_data/compatibility.yml index 66afb207..ba3ed784 100644 --- a/website/_data/compatibility.yml +++ b/website/_data/compatibility.yml @@ -5,6 +5,7 @@ releases: compatible: - "2.30.0" - "2.31.0" + - "2.32.0" - version: 0.17.0 compatible: - "2.29.2"