Skip to content

Commit

Permalink
Bump org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.0.

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 733bb14 commit 5671d83
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 @@ -32,7 +32,7 @@ dependencies {

// Delta reading
implementation "io.delta:delta-standalone_2.12:3.1.0"
implementation("org.apache.hadoop:hadoop-client:3.3.6") {
implementation("org.apache.hadoop:hadoop-client:3.4.0") {
exclude group: "org.slf4j"
}
implementation "org.apache.parquet:parquet-hadoop:1.13.1"
Expand Down

0 comments on commit 5671d83

Please sign in to comment.