Skip to content

Commit

Permalink
Merge pull request #143 from ie3-institute/dependabot/gradle/dev/com.…
Browse files Browse the repository at this point in the history
…diffplug.spotless-6.3.0

Bump com.diffplug.spotless from 6.2.2 to 6.3.0
  • Loading branch information
johanneshiry authored Feb 22, 2022
2 parents b4d097d + b44a36b commit 6acd7d3
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 @@ -7,7 +7,7 @@ plugins {
id 'signing'
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.diffplug.spotless' version '6.2.2'// code format
id 'com.diffplug.spotless' version '6.3.0'// code format
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
id "com.github.ben-manes.versions" version '0.42.0'
id "de.undercouch.download" version "5.0.1" // downloads plugin
Expand Down

0 comments on commit 6acd7d3

Please sign in to comment.