From 1127bb0e70991572d6df3e146c2d6a49b06ea79f Mon Sep 17 00:00:00 2001 From: Guillaume Toison <86775455+gtoison@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:12:34 +0100 Subject: [PATCH] Upgrade sb-contrib to 7.6.1 (#878) --- .github/workflows/build.yml | 2 +- README.md | 2 +- generate_profiles/BuildXmlFiles.groovy | 4 ++-- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3232ba08..1617d5a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: uses: ./.github/actions/sonar-update-center with: prop-file: findbugs.properties - description: Use SpotBugs 4.8.2, sb-contrib 7.6.0, and findsecbugs 1.12.0 + description: Use SpotBugs 4.8.2, sb-contrib 7.6.1, and findsecbugs 1.12.0 minimal-supported-sq-version: 9.9 latest-supported-sq-version: LATEST changelog-url: https://github.com/spotbugs/sonar-findbugs/releases/tag/${{ github.event.release.tag_name }} diff --git a/README.md b/README.md index 1f78bc99..9e5371dd 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,4 @@ Findbugs Plugin version|Embedded SpotBugs/Findbugs version|Embedded Findsecbugs 4.2.3 | 4.7.3 (SpotBugs) | 1.12.0 | 7.4.7 (sb-contrib) | 1.8|7.9~|5.10.1.16922 4.2.4 | 4.7.3 (SpotBugs) | 1.12.0 | 7.6.0 (sb-contrib) | 1.8|7.9~|5.10.1.16922 4.2.5 | 4.8.1 (SpotBugs) | 1.12.0 | 7.6.0 (sb-contrib) | 1.8|7.9~|5.10.1.16922 -4.2.6-SNAPSHOT | 4.8.2 (SpotBugs) | 1.12.0 | 7.6.0 (sb-contrib) | 1.8|7.9~|5.10.1.16922 +4.2.6-SNAPSHOT | 4.8.2 (SpotBugs) | 1.12.0 | 7.6.1 (sb-contrib) | 1.8|7.9~|5.10.1.16922 diff --git a/generate_profiles/BuildXmlFiles.groovy b/generate_profiles/BuildXmlFiles.groovy index 0523908e..c74b4b16 100644 --- a/generate_profiles/BuildXmlFiles.groovy +++ b/generate_profiles/BuildXmlFiles.groovy @@ -9,13 +9,13 @@ import groovy.json.JsonSlurper; @Grapes([ @Grab(group='com.github.spotbugs', module='spotbugs', version='4.8.2'), - @Grab(group='com.mebigfatguy.sb-contrib', module='sb-contrib', version='7.6.0'), + @Grab(group='com.mebigfatguy.sb-contrib', module='sb-contrib', version='7.6.1'), @Grab(group='com.h3xstream.findsecbugs' , module='findsecbugs-plugin', version='1.12.0')] ) FB = new Plugin(groupId: 'com.github.spotbugs', artifactId: 'spotbugs', version: '4.8.2') -CONTRIB = new Plugin(groupId: 'com.mebigfatguy.sb-contrib', artifactId: 'sb-contrib', version: '7.6.0') +CONTRIB = new Plugin(groupId: 'com.mebigfatguy.sb-contrib', artifactId: 'sb-contrib', version: '7.6.1') FSB = new Plugin(groupId: 'com.h3xstream.findsecbugs', artifactId: 'findsecbugs-plugin', version: '1.12.0') def destDir() { diff --git a/pom.xml b/pom.xml index 55b52bee..3f57836d 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ Update the version table and the rules count badge in README.md --> 4.8.2 - 7.6.0 + 7.6.1 1.12.0 1.8