Skip to content

Commit

Permalink
⬆️ Bump com.diffplug.spotless from 6.20.0 to 6.25.0 (#71)
Browse files Browse the repository at this point in the history
Bumps com.diffplug.spotless from 6.20.0 to 6.25.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent ed0031c commit 674d97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 'com.palantir.git-version' version '3.0.0'
id 'io.github.gradle-nexus.publish-plugin' version "1.3.0"
id "com.avast.gradle.docker-compose" version "0.17.4"
id 'com.diffplug.spotless' version '6.20.0'
id 'com.diffplug.spotless' version '6.25.0'
}

group = 'dev.joss'
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "scala"
id 'io.gatling.gradle' version '3.9.5.5'
id "com.diffplug.spotless" version "6.20.0"
id "com.diffplug.spotless" version "6.25.0"
}

repositories {
Expand Down

0 comments on commit 674d97c

Please sign in to comment.