Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #351 from Aiven-Open/dependabot/gradle/org.apache.…
Browse files Browse the repository at this point in the history
…hadoop-hadoop-mapreduce-client-core-3.4.0

chore(deps): bump org.apache.hadoop:hadoop-mapreduce-client-core from 3.3.6 to 3.4.0
  • Loading branch information
tvainika authored Apr 2, 2024
2 parents 4d52854 + 55bdffc commit 30e43a8
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 @@ -162,7 +162,7 @@ dependencies {
testImplementation ("org.apache.parquet:parquet-tools:1.11.2") {
exclude group: "org.slf4j", module: "slf4j-api"
}
testImplementation("org.apache.hadoop:hadoop-mapreduce-client-core:3.3.6") {
testImplementation("org.apache.hadoop:hadoop-mapreduce-client-core:3.4.0") {
exclude group: "org.apache.hadoop", module: "hadoop-yarn-client"
exclude group: "org.apache.hadoop.thirdparty", module: "hadoop-shaded-protobuf_3_7"
exclude group: "com.google.guava", module: "guava"
Expand Down

0 comments on commit 30e43a8

Please sign in to comment.