Skip to content

Commit

Permalink
Bump com.github.spotbugs in the gradle-dependencies group
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 1 update: com.github.spotbugs.


Updates `com.github.spotbugs` from 6.0.8 to 6.0.13

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent edf47b4 commit 85af482
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 @@ -14,7 +14,7 @@ plugins {
// Checkstyle enforces consistent formatting rules across the project.
id 'checkstyle'
// Spotbugs is a static analyzer for java
id 'com.github.spotbugs' version '6.0.8'
id 'com.github.spotbugs' version '6.0.13'
// With this plugin, we can build a Windows executable
id 'edu.sc.seis.launch4j' version '3.0.5'
}
Expand Down

0 comments on commit 85af482

Please sign in to comment.