Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 14, 2022
1 parent 01337be commit 89d894e
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 @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.1.0'//code format
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 'de.undercouch.download' version '4.1.2'
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
Expand Down

0 comments on commit 89d894e

Please sign in to comment.