This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 3df3d29a69 Build: Bump io.github.goooler.shadow:shadow-gradle-plugin
(#10612)
3df3d29a69 is described below
commit 3df3d29a6938f5999161b39bb219527b8cb67c80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 2 09:47:23 2024 +0200
Build: Bump io.github.goooler.shadow:shadow-gradle-plugin (#10612)
Bumps
[io.github.goooler.shadow:shadow-gradle-plugin](https://github.com/Goooler/shadow)
from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/Goooler/shadow/releases)
- [Commits](https://github.com/Goooler/shadow/compare/v8.1.7...v8.1.8)
---
updated-dependencies:
- dependency-name: io.github.goooler.shadow:shadow-gradle-plugin
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 8118b7a4af..cde7342b89 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
- classpath 'io.github.goooler.shadow:shadow-gradle-plugin:8.1.7'
+ classpath 'io.github.goooler.shadow:shadow-gradle-plugin:8.1.8'
classpath 'com.palantir.baseline:gradle-baseline-java:4.42.0'
// com.palantir.baseline:gradle-baseline-java:4.42.0 (the last version
supporting Java 8) pulls
// in an old version of the errorprone, which doesn't work w/ Gradle 8, so
bump errorpone as