Skip to content

Commit

Permalink
Bump com.diffplug.spotless from 6.10.0 to 6.11.0
Browse files Browse the repository at this point in the history
Bumps com.diffplug.spotless from 6.10.0 to 6.11.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 Sep 20, 2022
1 parent 806bab8 commit b9f8dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
jacoco
`maven-publish`
id("com.github.spotbugs") version "5.0.12" // https://plugins.gradle.org/plugin/com.github.spotbugs
id("com.diffplug.spotless") version "6.10.0" // https://mvnrepository.com/artifact/com.diffplug.spotless/spotless-plugin-gradle
id("com.diffplug.spotless") version "6.11.0" // https://mvnrepository.com/artifact/com.diffplug.spotless/spotless-plugin-gradle
id("pl.allegro.tech.build.axion-release") version "1.14.1" // https://mvnrepository.com/artifact/pl.allegro.tech.build.axion-release/pl.allegro.tech.build.axion-release.gradle.plugin?repo=gradle-plugins
id("com.github.kt3k.coveralls") version "2.12.0" // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
id("org.javamodularity.moduleplugin") version "1.8.12" // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin
Expand Down

0 comments on commit b9f8dec

Please sign in to comment.