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 946dba94d chore(java): bump com.uber.nullaway:nullaway from 0.11.3 to
0.12.0 in /java (#2268)
946dba94d is described below
commit 946dba94d346e8b8b2d509e626c1de792be929e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 21 19:47:59 2024 -0400
chore(java): bump com.uber.nullaway:nullaway from 0.11.3 to 0.12.0 in /java
(#2268)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.11.3 to 0.12.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 831d578a9..2cac822a7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -342,7 +342,7 @@
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
- <version>0.11.3</version>
+ <version>0.12.0</version>
</path>
<path>
<groupId>org.checkerframework</groupId>