From 1c25b770beb5ee3ed7df82d2143a9b2c5651fa37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:05:26 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.7 to 5.0.8 Bumps com.github.spotbugs from 5.0.7 to 5.0.8. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 83a40d3061..13792d7260 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { // https://github.com/gradle-nexus/publish-plugin/releases id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' // https://github.com/spotbugs/spotbugs-gradle-plugin/releases - id 'com.github.spotbugs' version '5.0.7' + id 'com.github.spotbugs' version '5.0.8' // https://github.com/diffplug/spotless-changelog id 'com.diffplug.spotless-changelog' version '2.3.2' // https://github.com/diffplug/goomph/blob/main/CHANGES.md