From fe45cb25e58179becacaff931c12e51aba40d384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:47:53 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.8.5 to 4.8.6 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.5 to 4.8.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.8.5...4.8.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations 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 928a868..b805a0a 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.8.5") + implementation("com.github.spotbugs:spotbugs-annotations:4.8.6") implementation("org.creekservice:creek-test-util:$creekVersion") implementation("org.ow2.asm:asm:9.7")