From a3ece2963b0dd79727c3e346217fa6aa86aa88b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:03:29 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs from 4.9.5 to 4.9.8 Bumps [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs) from 4.9.5 to 4.9.8. - [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.5...4.9.8) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs dependency-version: 4.9.8 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 b7f48d268..b6c63c692 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -89,7 +89,7 @@ subprojects { dependencies { dependency("ch.qos.logback:logback-classic:1.3.15") dependency("com.beust:jcommander:1.82") - dependency("com.github.spotbugs:spotbugs:4.9.5") + dependency("com.github.spotbugs:spotbugs:4.9.8") dependency("com.opencsv:opencsv:5.9") dependency("com.puppycrawl.tools:checkstyle:11.0.1") dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}")