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 b844431c7 chore(java): Bump com.google.errorprone:error_prone_core
from 2.46.0 to 2.47.0 (#3949)
b844431c7 is described below
commit b844431c73b09a2be026a022c5bc1eea6f211589
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 09:24:43 2026 +0900
chore(java): Bump com.google.errorprone:error_prone_core from 2.46.0 to
2.47.0 (#3949)
Bumps the linters group in /java with 1 update:
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone).
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 55aca0dcf..ed50443e5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -302,7 +302,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.46.0</version>
+ <version>2.47.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>