Skip to content

Commit 4a1ffd8

Browse files
Bump com.github.spotbugs from 6.1.9 to 6.1.10 (#7322)
Bumps com.github.spotbugs from 6.1.9 to 6.1.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d0493c commit 4a1ffd8

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.1.9' // Spotbugs for Java
29+
id 'com.github.spotbugs' version '6.1.10' // Spotbugs for Java
3030
id 'java' // Core java / javac
3131
id 'maven-publish' // Publishing to Maven Central
3232
id 'pmd' // PMD for Java, configured further below

0 commit comments

Comments
 (0)