This is an automated email from the ASF dual-hosted git repository. snazy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new 7dc50dcd5 fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.2.0 (#2142) 7dc50dcd5 is described below commit 7dc50dcd5c99a5a9363423cbbd4a9f9d74d3ecd1 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Mon Jul 21 09:53:36 2025 +0200 fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.2.0 (#2142) --- gradle/baselibs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/baselibs.versions.toml b/gradle/baselibs.versions.toml index 3b2414554..09fa6037d 100644 --- a/gradle/baselibs.versions.toml +++ b/gradle/baselibs.versions.toml @@ -23,4 +23,4 @@ idea-ext = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle license-report = { module = "com.github.jk1:gradle-license-report", version = "2.9" } nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version = "2.0.0" } shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "8.3.8" } -spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.1.0" } +spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.2.0" }