From c0e220dcff6026c0884b9fef2796f687a825d1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 17:18:22 -0700 Subject: [PATCH] Bump net.ltgt.gradle:gradle-nullaway-plugin from 1.5.0 to 1.6.0 (#8495) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- conventions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conventions/build.gradle.kts b/conventions/build.gradle.kts index 3d34f135e155..3ddf61930f12 100644 --- a/conventions/build.gradle.kts +++ b/conventions/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0") implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.1") implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0") - implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.5.0") + implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0") implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.1") testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.3"))