Skip to content

Commit

Permalink
Upgrade to Spotless 6.18.0
Browse files Browse the repository at this point in the history
This seem to be needed because of the Logback upgrade: gh-3814

Closes gh-3820
See gh-3814
  • Loading branch information
jonatan-ivanov committed May 5, 2023
1 parent 7e4992b commit 61f3432
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.4.1'
classpath 'de.undercouch:gradle-download-task:5.2.1'
classpath 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.38'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.15.0'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.18.0'

constraints {
classpath('org.ow2.asm:asm:7.3.1') {
Expand Down
18 changes: 12 additions & 6 deletions buildscript-gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions samples/micrometer-samples-boot2-reactive/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions samples/micrometer-samples-boot2/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions samples/micrometer-samples-spring-integration/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61f3432

Please sign in to comment.