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 d6c0144a2 chore(java): bump com.uber.nullaway:nullaway from 0.12.7 to 0.12.8 in /java (#3275) d6c0144a2 is described below commit d6c0144a214d7f2c992a1ee610c0eb42435017ae Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Aug 12 16:17:41 2025 +0900 chore(java): bump com.uber.nullaway:nullaway from 0.12.7 to 0.12.8 in /java (#3275) Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.7 to 0.12.8. Signed-off-by: dependabot[bot] <supp...@github.com> 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 dbd6420ec..5778c29da 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.7</version> + <version>0.12.8</version> </path> <path> <groupId>org.checkerframework</groupId>