This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new a3461fb1e [#1701] improvement(Netty): Bump Netty from 4.1.106.Final to
4.1.109.Final (#1702)
a3461fb1e is described below
commit a3461fb1ef5342affe8c4f1e5aa29bc6162519aa
Author: RickyMa <[email protected]>
AuthorDate: Tue May 14 14:53:46 2024 +0800
[#1701] improvement(Netty): Bump Netty from 4.1.106.Final to 4.1.109.Final
(#1702)
### What changes were proposed in this pull request?
Bump Netty from 4.1.106.Final to 4.1.109.Final.
### Why are the changes needed?
Fix: https://github.com/apache/incubator-uniffle/issues/1701.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing UTs.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c0d858f5d..0c17d79d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<spotless-maven-plugin.version>2.30.0</spotless-maven-plugin.version>
<metrics.version>3.1.0</metrics.version>
<mockito.version>3.12.4</mockito.version>
- <netty.version>4.1.106.Final</netty.version>
+ <netty.version>4.1.109.Final</netty.version>
<picocli.version>4.5.2</picocli.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<prometheus.simpleclient.version>0.9.0</prometheus.simpleclient.version>