This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new a6573b0bd3 Build: Bump com.gradleup.shadow:shadow-gradle-plugin
(#15483)
a6573b0bd3 is described below
commit a6573b0bd34dfa48ee0350d4fad03c459ba6b9c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 28 22:09:08 2026 -0800
Build: Bump com.gradleup.shadow:shadow-gradle-plugin (#15483)
Bumps
[com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow)
from 8.3.9 to 8.3.10.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...8.3.10)
---
updated-dependencies:
- dependency-name: com.gradleup.shadow:shadow-gradle-plugin
dependency-version: 8.3.10
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>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 0e3571eec1..3cb988de79 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
- classpath 'com.gradleup.shadow:shadow-gradle-plugin:8.3.9'
+ classpath 'com.gradleup.shadow:shadow-gradle-plugin:8.3.10'
classpath 'com.palantir.baseline:gradle-baseline-java:6.90.0'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:8.2.1'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'