Skip to content

Commit

Permalink
Update dependency com.github.spotbugs:spotbugs to v4.8.5 (#858)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent e8d26b3 commit 38c812c
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.4") {
implementation("com.github.spotbugs:spotbugs:4.8.5") {
exclude(group = "net.sf.saxon", module = "Saxon-HE")
}
implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0")
Expand Down

0 comments on commit 38c812c

Please sign in to comment.