Skip to content

Commit

Permalink
Bump SpotBugs Gradle plugin from 6.0.2 to 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Dec 15, 2023
1 parent 7a0770d commit 4f2ec02
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 @@ -244,7 +244,7 @@ tasks.withType(Pmd).configureEach {

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

0 comments on commit 4f2ec02

Please sign in to comment.