Skip to content

Commit

Permalink
fix(build) Bumps hadoop-client to 3.2.1 which has no security vulnera…
Browse files Browse the repository at this point in the history
…bility (#4816)
  • Loading branch information
pedro93 authored May 4, 2022
1 parent c22d52d commit dd05837
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ project.ext.externalDependency = [
'guice': 'com.google.inject:guice:4.2.2',
'guava': 'com.google.guava:guava:27.0.1-jre',
'h2': 'com.h2database:h2:2.1.210',
'hadoopClient': 'org.apache.hadoop:hadoop-client:3.1.1',
'hadoopClient': 'org.apache.hadoop:hadoop-client:3.2.1',
'hadoopCommon':'org.apache.hadoop:hadoop-common:2.7.2',
'hadoopMapreduceClient':'org.apache.hadoop:hadoop-mapreduce-client-core:2.7.2',
'hibernateCore': 'org.hibernate:hibernate-core:5.2.16.Final',
Expand Down Expand Up @@ -166,7 +166,6 @@ configure(subprojects.findAll {it.name != 'spark-lineage'}) {
exclude group: "io.netty", module: "netty"
exclude group: "log4j", module: "log4j"
}

}

subprojects {
Expand Down

0 comments on commit dd05837

Please sign in to comment.