From 51f2897350c7d5f8a96278466fbb4236c7aa437c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 15:30:37 +0000 Subject: [PATCH] Bump icebergVersion from 1.5.2 to 1.6.0 Bumps `icebergVersion` from 1.5.2 to 1.6.0. Updates `org.apache.iceberg:iceberg-api` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-core` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-aws` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-azure` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-gcp` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-aws-bundle` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-azure-bundle` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-gcp-bundle` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) --- updated-dependencies: - dependency-name: org.apache.iceberg:iceberg-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-aws dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-azure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-gcp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-bundled-guava dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-aws-bundle dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-azure-bundle dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-gcp-bundle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c6adb2..4c80ba6 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } ext { - icebergVersion = '1.5.2' + icebergVersion = '1.6.0' hadoopVersion = '3.3.6' }