Skip to content

Commit

Permalink
Merge pull request #511 from codecentric/renovate/com.diffplug.spotle…
Browse files Browse the repository at this point in the history
…ss-6.x

chore(deps): update plugin com.diffplug.spotless to v6.21.0
  • Loading branch information
renovate[bot] authored Aug 29, 2023
2 parents 80a27d6 + b280181 commit 8dc42a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '3.1.3'
id 'java'
id 'com.diffplug.spotless' version '6.20.0'
id 'com.diffplug.spotless' version '6.21.0'
id "io.freefair.lombok" version "8.3"
id 'com.github.jk1.dependency-license-report' version '2.5'
}
Expand Down
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.1.3'
id 'org.liquibase.gradle' version '2.2.0'
id 'java'
id 'com.diffplug.spotless' version '6.20.0'
id 'com.diffplug.spotless' version '6.21.0'
id "io.freefair.lombok" version "8.3"
id 'com.github.jk1.dependency-license-report' version '2.5'
}
Expand Down
2 changes: 1 addition & 1 deletion services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.openapi.generator") version "6.6.0"
id("com.github.jk1.dependency-license-report") version "2.5"
id("org.springframework.boot") version "3.1.3"
id("com.diffplug.spotless") version "6.20.0"
id("com.diffplug.spotless") version "6.21.0"
kotlin("jvm") version "1.9.10"
kotlin("plugin.spring") version "1.9.10"
// we should switch to the plugin but enabling it causes warnings for the openapi generator
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.1.3'
id 'org.flywaydb.flyway' version '9.21.2'
id 'java'
id 'com.diffplug.spotless' version '6.20.0'
id 'com.diffplug.spotless' version '6.21.0'
id "io.freefair.lombok" version "8.3"
id 'com.github.jk1.dependency-license-report' version '2.5'
}
Expand Down

0 comments on commit 8dc42a8

Please sign in to comment.