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 9cd4aef67 chore(java): Bump com.google.errorprone:error_prone_core
from 2.42.0 to 2.43.0 in /java (#3626)
9cd4aef67 is described below
commit 9cd4aef67ff5f0cc96b39c12b7687ae2fe047f86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 28 12:18:13 2025 +0900
chore(java): Bump com.google.errorprone:error_prone_core from 2.42.0 to
2.43.0 in /java (#3626)
Bumps
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
from 2.42.0 to 2.43.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 aed7b6521..e6f58b8e8 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -300,7 +300,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.42.0</version>
+ <version>2.43.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>