You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2021/10/09 07:24:29 UTC

[shardingsphere-elasticjob] branch master updated: Update pom.xml (#1994)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74ccb1e  Update pom.xml (#1994)
74ccb1e is described below

commit 74ccb1ef3dcff2194904eb4d887fb990c48eef7a
Author: CVEDetect <89...@users.noreply.github.com>
AuthorDate: Sat Oct 9 15:24:02 2021 +0800

    Update pom.xml (#1994)
    
    Fix issue #1993 by update dependency io.netty:netty-common to 4.1.59.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 23e0dfb..6bc518f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <httpcore.version>4.4.13</httpcore.version>
         <snakeyaml.version>1.26</snakeyaml.version>
         <gson.version>2.6.1</gson.version>
-        <netty.version>4.1.45.Final</netty.version>
+        <netty.version>4.1.59.Final</netty.version>
         <mesos.version>1.1.0</mesos.version>
         <fenzo.version>0.11.1</fenzo.version>