From 9a565feedb7baf007d7cbe5fffc67e7e2a6f662b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:47:43 +0000 Subject: [PATCH] fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.11 --- 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 282c2d17371b..3ae331816f6d 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -85,7 +85,7 @@ val DEPENDENCIES = listOf( "io.r2dbc:r2dbc-proxy:1.1.6.RELEASE", "ch.qos.logback:logback-classic:1.3.16", // 1.4+ requires Java 11+ "uk.org.webcompere:system-stubs-jupiter:2.0.3", - "com.uber.nullaway:nullaway:0.12.10", + "com.uber.nullaway:nullaway:0.12.11", "commons-beanutils:commons-beanutils:1.11.0", "commons-cli:commons-cli:1.10.0", "commons-codec:commons-codec:1.19.0",