From 9a0c4747c53f9b83b9b11deb524a8ef207615c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:04:24 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.6 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.3 to 4.9.6. - [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.9.3...4.9.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e44459..ca9b4b5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("org.openjdk.jmh:jmh-core:$jmhVersion") annotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion") implementation("com.fasterxml.jackson.core:jackson-databind") - implementation("com.github.spotbugs:spotbugs-annotations:4.9.3") + implementation("com.github.spotbugs:spotbugs-annotations:4.9.6") implementation("org.creekservice:creek-test-util:$creekVersion") implementation("org.ow2.asm:asm:9.8")