Skip to content

Commit

Permalink
Bump com.github.spotbugs from 5.0.14 to 5.1.0 in /jhdf
Browse files Browse the repository at this point in the history
Bumps com.github.spotbugs from 5.0.14 to 5.1.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 5444c78 commit 1d95d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {

// Community plugins (need versions)
id 'org.sonarqube' version '4.0.0.2929' // Code quality
id "com.github.spotbugs" version "5.0.14" // Static analysis
id "com.github.spotbugs" version "5.1.0" // Static analysis
id "me.champeau.jmh" version "0.7.1" // JMH support
}

Expand Down

0 comments on commit 1d95d32

Please sign in to comment.