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

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 740c907b5 Revert etcd client version (#5318)
740c907b5 is described below

commit 740c907b5e99b3210a46e936370d703911201862
Author: Dominic Kim <[email protected]>
AuthorDate: Mon Aug 29 10:31:13 2022 +0900

    Revert etcd client version (#5318)
---
 common/scala/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index b7cc7a476..ba1100099 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -75,7 +75,7 @@ dependencies {
     api "io.kamon:kamon-datadog_${gradle.scala.depVersion}:2.1.12"
 
     // for etcd
-    api "com.ibm.etcd:etcd-java:0.0.21"
+    api "com.ibm.etcd:etcd-java:0.0.13"
 
     //tracing support
     api "io.opentracing:opentracing-api:0.31.0"

Reply via email to