From f00cafa3ad8b4f7152fc28abe8ab80034423458e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 02:22:29 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs:spotbugs-annotations Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.10.2 to 4.10.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.10.2...4.10.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fc8575..79b132e 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ tasks.checkstyleTest { dependencies { implementation 'tools.jackson.core:jackson-databind:3.2.1' implementation 'tools.jackson.module:jackson-module-blackbird:3.2.1' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.2' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3' // NullAway + Error Prone for compile-time null safety errorprone 'com.uber.nullaway:nullaway:0.13.7'