Skip to content

Commit 6e201f5

Browse files
chore(deps): bump com.diffplug.spotless from 7.0.2 to 7.0.3 (#176)
Bumps com.diffplug.spotless from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.0.3 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 4b4ffa6 commit 6e201f5

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.2"
6+
id "com.diffplug.spotless" version "7.0.3"
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.2"
3+
id "com.diffplug.spotless" version "7.0.3"
44
}
55

66
def localProperties = new Properties()

0 commit comments

Comments
 (0)