From 573bc8036841d99864d8d143de326bcadc1fa206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:09:04 +0000 Subject: [PATCH] gradle: bump com.github.spotbugs from 5.0.14 to 5.1.1 Bumps com.github.spotbugs from 5.0.14 to 5.1.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 20fff5a..348ace1 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { id 'project-report' id 'build-dashboard' id 'com.gradle.plugin-publish' version '1.2.0' - id 'com.github.spotbugs' version '5.0.14' + id 'com.github.spotbugs' version '5.1.1' id 'org.owasp.dependencycheck' version '8.2.1' id 'org.sonarqube' version '4.2.0.3129' }