From 2bbef4eeb1f5287efed827ea20da33dcc58ae3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:42:48 +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.1 to 4.10.2. - [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.1...4.10.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 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 67aa8f1f..eaa10947 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ dependencies { implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.34' def guava_version = '33.2.1-jre' implementation group: 'com.google.guava', name: 'guava', version: guava_version - implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.10.1' + implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.10.2' implementation "com.aayushatharva.brotli4j:brotli4j:$brotli4jVersion" api "com.aayushatharva.brotli4j:native-$brotli4jArchitecture:$brotli4jVersion"