You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/10/18 11:23:10 UTC

[shardingsphere] branch master updated: Upgrade Netty to 4.1.69.Final (#13096)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fd9b14  Upgrade Netty to 4.1.69.Final (#13096)
6fd9b14 is described below

commit 6fd9b149cbc0b8db04fd6fa07a884b3bc20d352e
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Mon Oct 18 19:22:32 2021 +0800

    Upgrade Netty to 4.1.69.Final (#13096)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba7a8f7..7ef19fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
         <groovy.version>2.4.19</groovy.version>
         <snakeyaml.version>1.16</snakeyaml.version>
         
-        <netty.version>4.1.45.Final</netty.version>
+        <netty.version>4.1.69.Final</netty.version>
         <commons-codec.version>1.10</commons-codec.version>
         <commons-cli.version>1.4</commons-cli.version>
         <commons-collections4.version>4.2</commons-collections4.version>