Skip to content

Commit

Permalink
Update dependency com.github.spotbugs:spotbugs to v4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 386a800 commit c704879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codyze-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
*/
// https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs
// it is necessary to exclude saxon because of conflicts with same transitive dependency in PMD
implementation("com.github.spotbugs:spotbugs:4.8.2") {
implementation("com.github.spotbugs:spotbugs:4.8.4") {
exclude(group = "net.sf.saxon", module = "Saxon-HE")
}
implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0")
Expand Down

0 comments on commit c704879

Please sign in to comment.