This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 635504b5c chore(java): bump com.google.errorprone:error_prone_core
from 2.36.0 to 2.37.0 in /java (#2641)
635504b5c is described below
commit 635504b5c1402e649b53289396db091dc3f22b7c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 25 02:04:06 2025 -0400
chore(java): bump com.google.errorprone:error_prone_core from 2.36.0 to
2.37.0 in /java (#2641)
Bumps
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
from 2.36.0 to 2.37.0.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index d905adbb4..ffd93f9d1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -294,7 +294,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.36.0</version>
+ <version>2.37.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>