Skip to content

Commit

Permalink
Bump the gradle-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 2 updates: com.github.spotbugs and edu.sc.seis.launch4j.


Updates `com.github.spotbugs` from 6.0.18 to 6.0.19

Updates `edu.sc.seis.launch4j` from 3.0.5 to 3.0.6

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: edu.sc.seis.launch4j
  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 Aug 1, 2024
1 parent 77b1df9 commit b7c33c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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.18'
id 'com.github.spotbugs' version '6.0.19'
// With this plugin, we can build a Windows executable
id 'edu.sc.seis.launch4j' version '3.0.5'
id 'edu.sc.seis.launch4j' version '3.0.6'
}

javafx {
Expand Down

0 comments on commit b7c33c9

Please sign in to comment.