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 608127d60 chore(java): bump com.google.errorprone:error_prone_core
from 2.34.0 to 2.35.1 in /java (#2286)
608127d60 is described below
commit 608127d601963d54e17461cbe51321595f0f64b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 29 20:57:27 2024 -0400
chore(java): bump com.google.errorprone:error_prone_core from 2.34.0 to
2.35.1 in /java (#2286)
Bumps
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
from 2.34.0 to 2.35.1.
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 c4a29a476..052a9df3b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -338,7 +338,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.34.0</version>
+ <version>2.35.1</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>