From 83a05ab005dcc7dcf7845823da7665e3723adea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 05:31:09 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.9.1 to 4.9.3 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.1 to 4.9.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.9.1...4.9.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.3 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 71643d2..fd526a8 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.1") + implementation("com.github.spotbugs:spotbugs-annotations:4.9.3") implementation("org.creekservice:creek-test-util:$creekVersion") implementation("org.ow2.asm:asm:9.7.1")