From 6a6ae53bdd71423835997f4180cd45299ff62081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:33:17 +0000 Subject: [PATCH] Bump com.uber.nullaway:nullaway from 0.11.3 to 0.12.1 Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.11.3 to 0.12.1. - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber/NullAway/compare/v0.11.3...v0.12.1) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ecab5943b..a5f960a6e 100644 --- a/pom.xml +++ b/pom.xml @@ -327,7 +327,7 @@ <path> <groupId>com.uber.nullaway</groupId> <artifactId>nullaway</artifactId> - <version>0.11.3</version> + <version>0.12.1</version> </path> <!-- Other annotation processors go here --> </annotationProcessorPaths>