Skip to content

Commit cf585e4

Browse files
Bump org.apache.hadoop:hadoop-common from 2.7.2 to 3.4.0
Bumps org.apache.hadoop:hadoop-common from 2.7.2 to 3.4.0. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29607c3 commit cf585e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/flink/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.apache.hadoop</groupId>
173173
<artifactId>hadoop-common</artifactId>
174-
<version>2.7.5</version>
174+
<version>3.4.0</version>
175175
<exclusions>
176176
<exclusion>
177177
<groupId>com.fasterxml.jackson.core</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<maven.compiler.source>8</maven.compiler.source>
126126
<maven.compiler.target>8</maven.compiler.target>
127127
<snappy.version>1.1.2.6</snappy.version>
128-
<hadoop.version>2.7.2</hadoop.version>
128+
<hadoop.version>3.4.0</hadoop.version>
129129
<httpclient.version>4.3.4</httpclient.version>
130130
<httpcore.version>4.3-alpha1</httpcore.version>
131131
<scala.binary.version>2.11</scala.binary.version>

0 commit comments

Comments
 (0)