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 5066d1b57 chore(java): bump com.uber.nullaway:nullaway from 0.11.1 to
0.11.2 in /java (#2087)
5066d1b57 is described below
commit 5066d1b57d0c95b3a085783969054b9654023c37
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 19 20:20:46 2024 -0400
chore(java): bump com.uber.nullaway:nullaway from 0.11.1 to 0.11.2 in /java
(#2087)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.11.1 to 0.11.2.
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 09935b04e..99aa28022 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -314,7 +314,7 @@
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
- <version>0.11.1</version>
+ <version>0.11.2</version>
</path>
<path>
<groupId>org.checkerframework</groupId>