Skip to content

Commit

Permalink
Bump com.github.spotbugs from 5.0.4 to 5.0.5 (#510)
Browse files Browse the repository at this point in the history
Bumps com.github.spotbugs from 5.0.4 to 5.0.5.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  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>
  • Loading branch information
dependabot[bot] committed Jan 24, 2022
1 parent e1948ad commit 160485d
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 @@ -5,7 +5,7 @@ plugins {
id 'signing'
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.2.0'//code format
id 'com.github.spotbugs' version '5.0.4' // code check, working on byte code
id 'com.github.spotbugs' version '5.0.5' // code check, working on byte code
id 'de.undercouch.download' version '4.1.2'
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
id 'jacoco' // java code coverage plugin
Expand Down

0 comments on commit 160485d

Please sign in to comment.