Skip to content

Commit

Permalink
Upgrading commons_compress
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikaPKumar authored May 15, 2024
1 parent 6c682f5 commit 8b5c488
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion presto-spark-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.19</version>
<version>1.26</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 8b5c488

Please sign in to comment.