From cc40dbd5903b757d2305c6b355d05892ab7b3bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:26:20 -0600 Subject: [PATCH] Bump nullaway from 0.10.6 to 0.10.7 (#5083) Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.6 to 0.10.7. - [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.10.6...v0.10.7) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index a53029415f4..32fa91e5b8f 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -82,7 +82,7 @@ val DEPENDENCIES = listOf( "com.lmax:disruptor:3.4.4", "com.sun.net.httpserver:http:20070405", "com.tngtech.archunit:archunit-junit5:1.0.1", - "com.uber.nullaway:nullaway:0.10.6", + "com.uber.nullaway:nullaway:0.10.7", // TODO(anuraaga): Skip 1.8 because of https://github.com/rohanpadhye/JQF/issues/172 "edu.berkeley.cs.jqf:jqf-fuzz:1.7", "eu.rekawek.toxiproxy:toxiproxy-java:2.1.7",