From 513658d6452c621995c6a8f70ece0a86ed11976d Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Wed, 4 Jun 2025 10:57:09 -0400 Subject: [PATCH 1/3] build(deps): update dependency errorprone to 2.38.0 --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8188f085c..d4650a3dc 100644 --- a/pom.xml +++ b/pom.xml @@ -73,9 +73,7 @@ com.google.errorprone error_prone_core - - 2.31.0 + 2.38.0 org.hamcrest From 368e0571e184ef86ab2a5bd94be4510cfe286abe Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 4 Jun 2025 14:59:51 +0000 Subject: [PATCH 2/3] chore: generate libraries at Wed Jun 4 14:58:08 UTC 2025 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df5e035f6..44b58f307 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-pubsub - 1.139.4 + 1.140.0 ``` From 5e732572a72e5990f161dfb466718a47e56f4db5 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Wed, 4 Jun 2025 11:58:58 -0400 Subject: [PATCH 3/3] update compiler arg --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index d4650a3dc..c4c194243 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@ UTF-8 -Xlint:all + --should-stop=ifError=FLOW