Skip to content

Commit

Permalink
MINOR: [Java] Bump org.apache.hadoop dependencies from 3.3.6 to 3.4.0…
Browse files Browse the repository at this point in the history
… in /java (apache#40890)

Updates the Hadoop version to 3.4.0 to address vulnerabilities
identified in
https://deps.dev/maven/org.apache.hadoop%3Ahadoop-common/3.3.6
  • Loading branch information
ianmcook authored Mar 29, 2024
1 parent 96f686b commit d32e4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java/adapter/orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-runtime</artifactId>
<version>3.3.6</version>
<version>${dep.hadoop.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -70,12 +70,12 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
<version>3.3.6</version>
<version>${dep.hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.3.6</version>
<version>${dep.hadoop.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dep.grpc-bom.version>1.61.1</dep.grpc-bom.version>
<dep.protobuf-bom.version>3.23.1</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.17.0</dep.jackson-bom.version>
<dep.hadoop.version>3.3.6</dep.hadoop.version>
<dep.hadoop.version>3.4.0</dep.hadoop.version>
<dep.fbs.version>23.5.26</dep.fbs.version>
<dep.avro.version>1.11.3</dep.avro.version>
<arrow.vector.classifier />
Expand Down

0 comments on commit d32e4b0

Please sign in to comment.