Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit c83e8af

Browse files
fix(deps): update dependency org.apache.iceberg:iceberg-api to v1.5.1 (#270)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.iceberg:iceberg-api](https://iceberg.apache.org) | `1.5.0` -> `1.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.iceberg:iceberg-api/1.5.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.5.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.0/1.5.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.0/1.5.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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/agile-lab-dev/whitefox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Antonio Murgia <ing.murgia@icloud.com>
1 parent 0ce3e0e commit c83e8af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

whitefox-platform/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dependencies {
2121
api("io.delta:delta-standalone_2.13:3.1.0")
2222
api("io.delta:delta-sharing-spark_2.13:3.1.0")
2323
api("org.apache.spark:spark-sql_2.13:3.5.1")
24-
api("org.apache.iceberg:iceberg-api:1.5.0")
25-
api("org.apache.iceberg:iceberg-core:1.5.0")
26-
api("org.apache.iceberg:iceberg-aws:1.5.0")
24+
api("org.apache.iceberg:iceberg-api:1.5.1")
25+
api("org.apache.iceberg:iceberg-core:1.5.1")
26+
api("org.apache.iceberg:iceberg-aws:1.5.1")
2727
api("software.amazon.awssdk:bom:2.25.44")
2828
api("software.amazon.awssdk:glue:2.25.44")
2929
api("software.amazon.awssdk:sts:2.25.44")
@@ -33,4 +33,4 @@ dependencies {
3333
api("software.amazon.awssdk:url-connection-client:2.25.44")
3434
api("com.github.jsqlparser:jsqlparser:4.9")
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)