Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.hadoop:hadoop-aws to v3.4.0 (#…
Browse files Browse the repository at this point in the history
…242)

[![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.hadoop:hadoop-aws | `3.3.6` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.hadoop:hadoop-aws/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.hadoop:hadoop-aws/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.hadoop:hadoop-aws/3.3.6/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.hadoop:hadoop-aws/3.3.6/3.4.0?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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 50bcc2c commit 5337385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ dependencies {
implementation("org.apache.iceberg:iceberg-aws")

//AWS
compileOnly("software.amazon.awssdk:bom")
implementation("software.amazon.awssdk:glue")
implementation("software.amazon.awssdk:sts")
implementation("software.amazon.awssdk:s3")
implementation("software.amazon.awssdk:utils")
implementation("software.amazon.awssdk:url-connection-client")
implementation("software.amazon.awssdk:s3-transfer-manager")
implementation("org.apache.hadoop:hadoop-aws") {
exclude(group = "software.amazon.awssdk", module = "bundle")
}
Expand Down
5 changes: 4 additions & 1 deletion whitefox-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ dependencies {
api("org.openapi4j:openapi-operation-restassured:1.0.7")
api("org.junit.jupiter:junit-jupiter:5.10.2")
api("org.apache.hadoop:hadoop-common:3.4.0")
api("org.apache.hadoop:hadoop-aws:3.3.6")
api("org.apache.hadoop:hadoop-aws:3.4.0")
api("org.apache.hadoop:hadoop-client-api:3.4.0")
api("org.apache.hadoop:hadoop-client-runtime:3.4.0")
api("io.delta:delta-standalone_2.13:3.1.0")
api("io.delta:delta-sharing-spark_2.13:3.1.0")
api("org.apache.spark:spark-sql_2.13:3.5.1")
Expand All @@ -26,6 +28,7 @@ dependencies {
api("software.amazon.awssdk:glue:2.25.16")
api("software.amazon.awssdk:sts:2.25.16")
api("software.amazon.awssdk:s3:2.25.16")
api("software.amazon.awssdk:s3-transfer-manager:2.25.16")
api("software.amazon.awssdk:utils:2.25.16")
api("software.amazon.awssdk:url-connection-client:2.25.16")
api("com.github.jsqlparser:jsqlparser:4.9")
Expand Down

0 comments on commit 5337385

Please sign in to comment.