Skip to content

Commit

Permalink
Bump SpotBugs Gradle plugin from 6.0.15 to 6.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Jun 10, 2024
1 parent ff959fa commit 6c81fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.0/gradle/vividus-library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ tasks.withType(Pmd).configureEach {

buildscript {
dependencies {
classpath(group: 'com.github.spotbugs.snom', name: 'spotbugs-gradle-plugin', version: '6.0.15')
classpath(group: 'com.github.spotbugs.snom', name: 'spotbugs-gradle-plugin', version: '6.0.16')
}
}
apply plugin: com.github.spotbugs.snom.SpotBugsPlugin
Expand Down

0 comments on commit 6c81fab

Please sign in to comment.