Skip to content

Commit eecda43

Browse files
fix(deps): update dependency org.apache.iceberg:iceberg-api to v1.6.1 (#303)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.iceberg:iceberg-api](https://iceberg.apache.org) | `1.5.2` -> `1.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.iceberg:iceberg-api/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.iceberg:iceberg-api/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.iceberg:iceberg-api/1.5.2/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.iceberg:iceberg-api/1.5.2/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/agile-lab-dev/whitefox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a818d83 commit eecda43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whitefox-platform/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
api("io.delta:delta-standalone_2.13:3.2.0")
2222
api("io.delta:delta-sharing-spark_2.13:3.2.0")
2323
api("org.apache.spark:spark-sql_2.13:3.5.1")
24-
api("org.apache.iceberg:iceberg-api:1.5.2")
24+
api("org.apache.iceberg:iceberg-api:1.6.1")
2525
api("org.apache.iceberg:iceberg-core:1.5.2")
2626
api("org.apache.iceberg:iceberg-aws:1.5.2")
2727
api("software.amazon.awssdk:bom:2.25.60")

0 commit comments

Comments
 (0)