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 3963fd813 fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.0.2 (#2358) 3963fd813 is described below commit 3963fd81392d7457759d07885621b0806cd2129e Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Fri Aug 15 10:09:40 2025 +0200 fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.0.2 (#2358) --- 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 95d523fc0..046e77636 100644 --- a/gradle/baselibs.versions.toml +++ b/gradle/baselibs.versions.toml @@ -22,5 +22,5 @@ errorprone = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version = "4 idea-ext = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext", version = "1.2" } 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 = "9.0.1" } +shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "9.0.2" } spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.2.1" }