From 7fe3656e646917f0901f003c7141986ac4ef4fe4 Mon Sep 17 00:00:00 2001 From: Eric Zhao Date: Mon, 19 Nov 2018 14:37:54 +0800 Subject: [PATCH] Update dependencies Signed-off-by: Eric Zhao --- sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml | 2 +- sentinel-extension/sentinel-annotation-aspectj/pom.xml | 2 +- sentinel-extension/sentinel-datasource-nacos/pom.xml | 2 +- sentinel-transport/sentinel-transport-netty-http/pom.xml | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml b/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml index 78cf6196..1d90e0ae 100644 --- a/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml +++ b/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml @@ -12,7 +12,7 @@ sentinel-demo-annotation-spring-aop - 2.0.4.RELEASE + 2.0.5.RELEASE diff --git a/sentinel-extension/sentinel-annotation-aspectj/pom.xml b/sentinel-extension/sentinel-annotation-aspectj/pom.xml index ae4ea2cc..54003c7a 100644 --- a/sentinel-extension/sentinel-annotation-aspectj/pom.xml +++ b/sentinel-extension/sentinel-annotation-aspectj/pom.xml @@ -13,7 +13,7 @@ jar - 1.9.1 + 1.9.2 diff --git a/sentinel-extension/sentinel-datasource-nacos/pom.xml b/sentinel-extension/sentinel-datasource-nacos/pom.xml index 6cedcc76..54f686d5 100644 --- a/sentinel-extension/sentinel-datasource-nacos/pom.xml +++ b/sentinel-extension/sentinel-datasource-nacos/pom.xml @@ -13,7 +13,7 @@ jar - 0.3.0 + 0.4.0 diff --git a/sentinel-transport/sentinel-transport-netty-http/pom.xml b/sentinel-transport/sentinel-transport-netty-http/pom.xml index 67e1dbb5..74c5855a 100755 --- a/sentinel-transport/sentinel-transport-netty-http/pom.xml +++ b/sentinel-transport/sentinel-transport-netty-http/pom.xml @@ -11,6 +11,10 @@ sentinel-transport-netty-http jar + + 4.1.31.Final + + com.alibaba.csp @@ -20,7 +24,7 @@ io.netty netty-all - 4.1.26.Final + ${netty.version} com.alibaba