Skip to content

Commit 6153ef2

Browse files
authored
Upgrade SpotBugs to 4.8.5 (#1020)
1 parent da92dbc commit 6153ef2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: ./.github/actions/sonar-update-center
127127
with:
128128
prop-file: findbugs.properties
129-
description: Use SpotBugs 4.8.4, sb-contrib 7.6.4, and findsecbugs 1.13.0
129+
description: Use SpotBugs 4.8.5, sb-contrib 7.6.4, and findsecbugs 1.13.0
130130
minimal-supported-sq-version: 9.9
131131
latest-supported-sq-version: LATEST
132132
changelog-url: https://github.com/spotbugs/sonar-findbugs/releases/tag/${{ github.event.release.tag_name }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ Findbugs Plugin version|Embedded SpotBugs/Findbugs version|Embedded Findsecbugs
7474
4.2.7 | 4.8.3 (SpotBugs) | 1.12.0 | 7.6.4 (sb-contrib) | 1.8|7.9~|5.10.1.16922
7575
4.2.8 | 4.8.3 (SpotBugs) | 1.13.0 | 7.6.4 (sb-contrib) | 1.8|7.9~|5.10.1.16922
7676
4.2.9 | 4.8.4 (SpotBugs) | 1.13.0 | 7.6.4 (sb-contrib) | 1.8|7.9~|5.10.1.16922
77-
4.2.10-SNAPSHOT | 4.8.4 (SpotBugs) | 1.13.0 | 7.6.4 (sb-contrib) | 1.8|7.9~|5.10.1.16922
77+
4.2.10-SNAPSHOT | 4.8.5 (SpotBugs) | 1.13.0 | 7.6.4 (sb-contrib) | 1.8|7.9~|5.10.1.16922

generate_profiles/BuildXmlFiles.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import groovy.json.JsonSlurper;
88

99
@Grapes([
1010

11-
@Grab(group='com.github.spotbugs', module='spotbugs', version='4.8.4'),
11+
@Grab(group='com.github.spotbugs', module='spotbugs', version='4.8.5'),
1212
@Grab(group='com.mebigfatguy.sb-contrib', module='sb-contrib', version='7.6.4'),
1313
@Grab(group='com.h3xstream.findsecbugs' , module='findsecbugs-plugin', version='1.13.0')]
1414
)
1515

1616

17-
FB = new Plugin(groupId: 'com.github.spotbugs', artifactId: 'spotbugs', version: '4.8.4')
17+
FB = new Plugin(groupId: 'com.github.spotbugs', artifactId: 'spotbugs', version: '4.8.5')
1818
CONTRIB = new Plugin(groupId: 'com.mebigfatguy.sb-contrib', artifactId: 'sb-contrib', version: '7.6.4')
1919
FSB = new Plugin(groupId: 'com.h3xstream.findsecbugs', artifactId: 'findsecbugs-plugin', version: '1.13.0')
2020

0 commit comments

Comments
 (0)