From 0d455303e19a1b9fd57961781ff941bb81545312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 02:31:43 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.0 Bumps [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs) from 4.8.6 to 4.9.0. - [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.6...4.9.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 57e668e0d..01c84a43c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -86,8 +86,8 @@ subprojects { dependencies { dependency("ch.qos.logback:logback-classic:1.3.15") dependency("com.beust:jcommander:1.82") - dependency("com.github.spotbugs:spotbugs-annotations:4.8.6") - dependency("com.github.spotbugs:spotbugs:4.8.6") + dependency("com.github.spotbugs:spotbugs-annotations:4.9.0") + dependency("com.github.spotbugs:spotbugs:4.9.0") dependency("com.opencsv:opencsv:5.9") dependency("com.puppycrawl.tools:checkstyle:10.21.1") dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}")