Skip to content

Commit

Permalink
Merge pull request #44 from exacaster/dependabot/gradle/org.apache.ha…
Browse files Browse the repository at this point in the history
…doop-hadoop-client-3.4.0

Bump org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.0
  • Loading branch information
pdambrauskas authored Mar 19, 2024
2 parents 733bb14 + 5671d83 commit 6612a57
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 6612a57

Please sign in to comment.