diff --git a/pom.xml b/pom.xml index 646b4fa32c..c9936615e0 100755 --- a/pom.xml +++ b/pom.xml @@ -42,10 +42,11 @@ 1.2.62 + 1.3.2 4.12 - 2.21.0 + 2.28.2 3.12.1 3.1.5 2.0.0 diff --git a/sentinel-adapter/sentinel-grpc-adapter/pom.xml b/sentinel-adapter/sentinel-grpc-adapter/pom.xml index 7f4f9f1378..05add49733 100755 --- a/sentinel-adapter/sentinel-grpc-adapter/pom.xml +++ b/sentinel-adapter/sentinel-grpc-adapter/pom.xml @@ -43,7 +43,7 @@ javax.annotation javax.annotation-api - 1.2 + ${javax.annotation-api.version} diff --git a/sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml b/sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml index 3c84641c79..e967f7ab14 100644 --- a/sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml +++ b/sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml @@ -35,6 +35,11 @@ com.alibaba.csp sentinel-transport-simple-http + + javax.annotation + javax.annotation-api + ${javax.annotation-api.version} + io.grpc diff --git a/sentinel-demo/sentinel-demo-zuul2-gateway/pom.xml b/sentinel-demo/sentinel-demo-zuul2-gateway/pom.xml index 01e562a7d7..525a65dd08 100644 --- a/sentinel-demo/sentinel-demo-zuul2-gateway/pom.xml +++ b/sentinel-demo/sentinel-demo-zuul2-gateway/pom.xml @@ -26,6 +26,11 @@ zuul-core 2.1.5 + + javax.annotation + javax.annotation-api + ${javax.annotation-api.version} + org.slf4j