Skip to content

Commit d2a7abc

Browse files
Bump com.github.spotbugs from 5.2.5 to 6.0.9
Bumps com.github.spotbugs from 5.2.5 to 6.0.9. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f8ffa0 commit d2a7abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
id 'application' // Creating application bundles
2525
id 'build-dashboard' // Produces a build report
2626
id 'checkstyle' // Checkstyle for Java, configured further below
27-
id "com.github.spotbugs" version '5.2.5' // Spotbugs for Java
27+
id "com.github.spotbugs" version '6.0.9' // Spotbugs for Java
2828
id 'java' // Core java / javac
2929
id 'maven-publish' // Publishing to Maven Central
3030
id 'pmd' // PMD for Java, configured further below

0 commit comments

Comments
 (0)