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