Skip to content

Commit

Permalink
Bump com.github.spotbugs from 6.0.23 to 6.0.24 (#7183)
Browse files Browse the repository at this point in the history
Bumps com.github.spotbugs from 6.0.23 to 6.0.24.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 7a35d7e commit b07e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
id 'application' // Creating application bundles
id 'build-dashboard' // Produces a build report
id 'checkstyle' // Checkstyle for Java, configured further below
id 'com.github.spotbugs' version '6.0.23' // Spotbugs for Java
id 'com.github.spotbugs' version '6.0.24' // Spotbugs for Java
id 'java' // Core java / javac
id 'maven-publish' // Publishing to Maven Central
id 'pmd' // PMD for Java, configured further below
Expand Down

0 comments on commit b07e7b1

Please sign in to comment.