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 2a6178f15 chore(java): Bump the linters group in /java with 2 updates
(#3764)
2a6178f15 is described below
commit 2a6178f1533820ca999fef08e4e57d89ee459175
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 2 10:06:02 2025 +0900
chore(java): Bump the linters group in /java with 2 updates (#3764)
Bumps the linters group in /java with 2 updates:
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
and [com.uber.nullaway:nullaway](https://github.com/uber/NullAway).
Updates `com.google.errorprone:error_prone_core` from 2.44.0 to 2.45.0
Updates `com.uber.nullaway:nullaway` from 0.12.12 to 0.12.13
---
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 d352cfce6..dd11ae41b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -300,12 +300,12 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.44.0</version>
+ <version>2.45.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
- <version>0.12.12</version>
+ <version>0.12.13</version>
</path>
<path>
<groupId>org.checkerframework</groupId>