Skip to content

Commit

Permalink
Bump com.diffplug.spotless from 6.5.2 to 6.6.1 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 14, 2022
1 parent dfedf95 commit 9c455ba
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 @@ -6,7 +6,7 @@ plugins {
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
id 'pmd' // code check, working on source code
id 'com.github.spotbugs' version '5.0.6' // code check, working on byte code
id 'com.diffplug.spotless' version '6.5.2'// code format
id 'com.diffplug.spotless' version '6.6.1'// code format
id 'com.simonharrer.modernizer' version '2.1.0-1' // detect deprecated APIs
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
id 'jacoco' // java code coverage plugin
Expand Down

0 comments on commit 9c455ba

Please sign in to comment.