Skip to content

Commit

Permalink
chore(deps): bump com.diffplug.spotless from 7.0.0.BETA3 to 7.0.0.BET…
Browse files Browse the repository at this point in the history
…A4 (#121)

Bumps com.diffplug.spotless from 7.0.0.BETA3 to 7.0.0.BETA4.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent e280c17 commit ee0726f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eppo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id "com.vanniktech.maven.publish" version "0.30.0"
id 'signing'
id "com.diffplug.spotless" version "7.0.0.BETA3"
id "com.diffplug.spotless" version "7.0.0.BETA4"
}

group = "cloud.eppo"
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.application'
id "com.diffplug.spotless" version "7.0.0.BETA3"
id "com.diffplug.spotless" version "7.0.0.BETA4"
}

def localProperties = new Properties()
Expand Down

0 comments on commit ee0726f

Please sign in to comment.