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 2022/01/23 09:18:07 UTC

[shardingsphere] branch master updated: Upgrade netty version (#15006)

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 3d7e713  Upgrade netty version (#15006)
3d7e713 is described below

commit 3d7e71327d3d31546195366d74f8c249de74eb90
Author: Liang Zhang <te...@163.com>
AuthorDate: Sun Jan 23 17:17:13 2022 +0800

    Upgrade netty version (#15006)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8400479..a36fe12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
         <groovy.version>2.4.19</groovy.version>
         <snakeyaml.version>1.16</snakeyaml.version>
         
-        <netty.version>4.1.69.Final</netty.version>
+        <netty.version>4.1.70.Final</netty.version>
         <commons-lang3.version>3.8</commons-lang3.version>
         <commons-codec.version>1.10</commons-codec.version>
         <commons-cli.version>1.4</commons-cli.version>