Skip to content

Commit

Permalink
Bump icebergVersion from 1.6.0 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps `icebergVersion` from 1.6.0 to 1.6.1.

Updates `org.apache.iceberg:iceberg-api` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-core` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-aws` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-azure` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-gcp` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-aws-bundle` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-azure-bundle` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

Updates `org.apache.iceberg:iceberg-gcp-bundle` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.6.0...apache-iceberg-1.6.1)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 62a5078 commit 15c61b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

ext {
icebergVersion = '1.6.0'
icebergVersion = '1.6.1'
hadoopVersion = '3.3.6'
}

Expand Down

0 comments on commit 15c61b1

Please sign in to comment.