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 2143e8982 chore(java): bump the linters group in /java with 2 updates
(#4429)
2143e8982 is described below
commit 2143e8982a29806de7c90c3a1ffd82709ec82cd7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 15:42:22 2026 -0700
chore(java): bump the linters group in /java with 2 updates (#4429)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index 05958c9dd..83bc03768 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -317,12 +317,12 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.49.0</version>
+ <version>2.50.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
- <version>0.13.6</version>
+ <version>0.13.7</version>
</path>
<path>
<groupId>org.checkerframework</groupId>