Skip to content

Commit 912d1e8

Browse files
chore(deps): bump com.diffplug.spotless from 7.0.3 to 7.0.4 (#191)
Bumps com.diffplug.spotless from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8481cca commit 912d1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eppo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'maven-publish'
44
id "com.vanniktech.maven.publish" version "0.31.0"
55
id 'signing'
6-
id "com.diffplug.spotless" version "7.0.3"
6+
id "com.diffplug.spotless" version "7.0.4"
77
}
88

99
group = "cloud.eppo"

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.android.application'
3-
id "com.diffplug.spotless" version "7.0.3"
3+
id "com.diffplug.spotless" version "7.0.4"
44
}
55

66
def localProperties = new Properties()

0 commit comments

Comments
 (0)