Skip to content

Commit 45a81cc

Browse files
fix(deps): update dependency org.apache.spark:spark-sql_2.13 to v3.5.3 (#307)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.spark:spark-sql_2.13](https://spark.apache.org/) ([source](https://redirect.github.com/apache/spark)) | `3.5.1` -> `3.5.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.spark:spark-sql_2.13/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.spark:spark-sql_2.13/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.spark:spark-sql_2.13/3.5.1/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.spark:spark-sql_2.13/3.5.1/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apache/spark (org.apache.spark:spark-sql_2.13)</summary> ### [`v3.5.3`](https://redirect.github.com/apache/spark/compare/v3.5.2...v3.5.3) ### [`v3.5.2`](https://redirect.github.com/apache/spark/compare/v3.5.1...v3.5.2) </details> --- ### 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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72125fc commit 45a81cc

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
@@ -20,7 +20,7 @@ dependencies {
2020
api("org.apache.hadoop:hadoop-client-runtime:3.4.0")
2121
api("io.delta:delta-standalone_2.13:3.2.1")
2222
api("io.delta:delta-sharing-spark_2.13:3.2.1")
23-
api("org.apache.spark:spark-sql_2.13:3.5.1")
23+
api("org.apache.spark:spark-sql_2.13:3.5.3")
2424
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")

0 commit comments

Comments
 (0)