Skip to content

Commit

Permalink
update spotbugs to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Jun 30, 2022
1 parent c0b482d commit 6762fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Add [UnusedLocalVariable](https://checkstyle.sourceforge.io/config_coding.html#UnusedLocalVariable)
* Update pmd 6.34 -> 6.47 (java 17-18 support)
* Update codenarc 2.2.0 -> 3.0.0
* Update spotbugs 4.4.2 -> 4.7.0
* Update spotbugs 4.4.2 -> 4.7.1
* Update spotbugs plugin 4.7.9 -> 4.8.0

### 4.7.0 (2021-11-10)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
animalsnifferVersion = '1.5.4'
cpdVersion = '3.3'
spotbugsPluginVersion = '4.8.0'
docVersion = '4.7.0'
docVersion = '4.7.1'
}

repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class QualityExtension {

String checkstyleVersion = '10.3.1'
String pmdVersion = '6.47.0'
String spotbugsVersion = '4.7.0'
String spotbugsVersion = '4.7.1'
String codenarcVersion = '3.0.0'

/**
Expand Down

0 comments on commit 6762fcc

Please sign in to comment.