Skip to content

Commit

Permalink
ORC-1746: Bump netty-all to 4.1.110.Final in bench module
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This PR aims to bump `netty-all` to 4.1.110.Final.

### Why are the changes needed?
1. Align the netty version with Spark 4.0.0-preview1 version
2. Avoid potential netty CVE GHSA-5jpm-x58v-624v

### How was this patch tested?
GA

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #1984 from cxzl25/ORC-1746.

Authored-by: sychen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
cxzl25 authored and dongjoon-hyun committed Jul 15, 2024
1 parent c29857a commit 2fe35bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.96.Final</version>
<version>4.1.110.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2fe35bd

Please sign in to comment.