Skip to content

Commit

Permalink
Merge pull request #425 from jenkinsci/suppress-spotbugs
Browse files Browse the repository at this point in the history
Revert Spotbugs upgrade to 4.3.0
  • Loading branch information
jglick authored Jul 23, 2021
2 parents 07d591e + 47ef271 commit 3fa85d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ updates:
- dependency-name: slf4j-jdk14
versions:
- ">= 0"
# TODO https://github.com/spotbugs/spotbugs/issues/1601#issuecomment-885341270
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.3.0</version>
<version>4.2.3</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 3fa85d6

Please sign in to comment.