diff --git a/eventmesh-meta/eventmesh-meta-etcd/build.gradle b/eventmesh-meta/eventmesh-meta-etcd/build.gradle index 733776548b..201f3f36b9 100644 --- a/eventmesh-meta/eventmesh-meta-etcd/build.gradle +++ b/eventmesh-meta/eventmesh-meta-etcd/build.gradle @@ -16,7 +16,7 @@ */ dependencies { - implementation ("io.etcd:jetcd-core:0.3.0") + implementation ("io.etcd:jetcd-core:0.8.4") implementation project(":eventmesh-meta:eventmesh-meta-api") implementation project(":eventmesh-common") testImplementation "org.mockito:mockito-core"