Skip to content

Commit

Permalink
AL-9887 fix vulnerability (#781)
Browse files Browse the repository at this point in the history
Co-authored-by: Xuecheng Shan <xuecheng.shan@kyligence.io>
  • Loading branch information
shanxuecheng and Xuecheng Shan committed Nov 26, 2024
1 parent df65b16 commit 28d1cd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<netlib.java.version>1.1.2</netlib.java.version>
<netlib.ludovic.dev.version>2.2.1</netlib.ludovic.dev.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-compress.version>1.21</commons-compress.version>
<commons-compress.version>1.26.1</commons-compress.version>
<commons-io.version>2.11.0</commons-io.version>
<!-- org.apache.commons/commons-lang/-->
<commons-lang2.version>2.6</commons-lang2.version>
Expand All @@ -203,10 +203,10 @@
<commons-cli.version>1.5.0</commons-cli.version>
<bouncycastle.version>1.60</bouncycastle.version>
<tink.version>1.6.1</tink.version>
<tomcat.version>9.0.68</tomcat.version>
<tomcat-embed-core.version>9.0.82</tomcat-embed-core.version>
<netty.version>4.1.89.Final</netty.version>
<netty-handler.version>4.1.94.Final</netty-handler.version>
<tomcat.version>9.0.90</tomcat.version>
<tomcat-embed-core.version>9.0.90</tomcat-embed-core.version>
<netty.version>4.1.108.Final</netty.version>
<netty-handler.version>4.1.108.Final</netty-handler.version>
<stax2-api.version>4.2.1</stax2-api.version>
<!--
If you are changing Arrow version specification, please check
Expand Down

0 comments on commit 28d1cd0

Please sign in to comment.