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 45c66f27b chore(java): Bump com.uber.nullaway:nullaway from 0.12.10 to
0.12.11 in /java (#3667)
45c66f27b is described below
commit 45c66f27b687c740d8f77240a37cff8ce4c70dfb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 08:18:28 2025 +0900
chore(java): Bump com.uber.nullaway:nullaway from 0.12.10 to 0.12.11 in
/java (#3667)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.12.10 to 0.12.11.
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 e6f58b8e8..cd5a5bd28 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -305,7 +305,7 @@
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
- <version>0.12.10</version>
+ <version>0.12.11</version>
</path>
<path>
<groupId>org.checkerframework</groupId>