Skip to content

Commit

Permalink
Bump com.diffplug.spotless from 6.0.5 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps com.diffplug.spotless from 6.0.5 to 6.1.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2021
1 parent d3243d4 commit f5140d1
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 @@ -3,7 +3,7 @@ plugins {
id 'java' //java support
id 'groovy' // groovy support
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.0.5'//code format
id 'com.diffplug.spotless' version '6.1.0'//code format
id 'com.github.spotbugs' version '5.0.3' // code check, working on byte code
id 'de.undercouch.download' version '4.1.2'
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
Expand Down

0 comments on commit f5140d1

Please sign in to comment.