Skip to content

Commit e3576bf

Browse files
Bump com.github.spotbugs from 6.4.8 to 6.5.0 (#7542)
Bumps com.github.spotbugs from 6.4.8 to 6.5.0. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e093948 commit e3576bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
id 'application' // Creating application bundles
2727
id 'build-dashboard' // Produces a build report
2828
id 'checkstyle' // Checkstyle for Java, configured further below
29-
id 'com.github.spotbugs' version '6.4.8' // Spotbugs for Java
29+
id 'com.github.spotbugs' version '6.5.0' // Spotbugs for Java
3030
id 'maven-publish' // Publishing to Maven Central
3131
id 'pmd' // PMD for Java, configured further below
3232
id 'idea' // For IntelliJ IDEA users

0 commit comments

Comments
 (0)