From 81bdc97800a0c7e64b5f36e3fd23e36baaf85ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 02:43:29 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.2 Bumps [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs) from 4.7.3 to 4.8.2. - [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.7.3...4.8.2) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c23334ee2..6ad22ec62 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -167,7 +167,7 @@ subprojects { if (spotbugs != null) { dependencies { spotbugs("org.slf4j:slf4j-simple") - spotbugs("com.github.spotbugs:spotbugs:4.7.3") + spotbugs("com.github.spotbugs:spotbugs:4.8.2") } } }