Skip to content

Commit

Permalink
Pin aircompressor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Jun 3, 2024
1 parent 0fcfe8b commit 60abdae
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 104 deletions.
210 changes: 106 additions & 104 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Override version 3.6.3 of transitive dependency via org.apache.spark:spark-sql_2.12
Expand Down Expand Up @@ -204,6 +208,13 @@
<version>2.10.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<!-- Fix CVE-2024-36114 in transitive dependency of spark-sql -->
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.27</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-aws</artifactId>
Expand Down

0 comments on commit 60abdae

Please sign in to comment.