Skip to content

Commit

Permalink
Update the spotbugs dependency to the latest version. This closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jqyp committed Jun 25, 2020
1 parent 35a7a15 commit a8cd133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ configurations {
}

dependencies {
implementation ('com.github.spotbugs:spotbugs:4.0.5') {
implementation ('com.github.spotbugs:spotbugs:4.0.6') {
exclude group: 'xml-apis', module: 'xml-apis'
}
implementation 'net.sf.saxon:Saxon-HE:9.9.1-2'
Expand Down

0 comments on commit a8cd133

Please sign in to comment.