Skip to content

Commit

Permalink
[fix][sec] Fix transitive critical CVEs in file-system tiered storage (
Browse files Browse the repository at this point in the history
…#19957)

(cherry picked from commit 07acdbc)
  • Loading branch information
nicoloboschi committed Mar 30, 2023
1 parent 4f15792 commit e078c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ flexible messaging model and an intuitive client API.</description>
<postgresql-jdbc.version>42.4.1</postgresql-jdbc.version>
<clickhouse-jdbc.version>0.3.2</clickhouse-jdbc.version>
<mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
<hdfs-offload-version3>3.3.3</hdfs-offload-version3>
<json-smart.version>2.4.7</json-smart.version>
<hdfs-offload-version3>3.3.5</hdfs-offload-version3>
<json-smart.version>2.4.10</json-smart.version>
<opensearch.version>1.2.4</opensearch.version>
<presto.version>332</presto.version>
<scala.binary.version>2.13</scala.binary.version>
Expand Down Expand Up @@ -232,7 +232,7 @@ flexible messaging model and an intuitive client API.</description>
<objenesis.version>3.1</objenesis.version>
<awaitility.version>4.0.3</awaitility.version>
<reload4j.version>1.2.22</reload4j.version>
<jettison.version>1.5.3</jettison.version>
<jettison.version>1.5.4</jettison.version>
<woodstox.version>5.4.0</woodstox.version>

<!-- Plugin dependencies -->
Expand Down
25 changes: 0 additions & 25 deletions tiered-storage/file-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,6 @@
</exclusions>
</dependency>
<!-- fix hadoop-commons vulnerable dependencies -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<!-- same version used by hadoop-common-->
<version>1.19</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- fix hadoop-commons vulnerable dependencies -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand Down

0 comments on commit e078c6d

Please sign in to comment.