You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by bd...@apache.org on 2022/08/22 21:00:24 UTC

[openwhisk] branch master updated: bump java etcd client to 0.0.21 (#5309)

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

bdoyle 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 40077664a bump java etcd client to 0.0.21 (#5309)
40077664a is described below

commit 40077664ab3011e7a333b0197fa9a285502a1d81
Author: Brendan Doyle <bd...@gmail.com>
AuthorDate: Mon Aug 22 14:00:16 2022 -0700

    bump java etcd client to 0.0.21 (#5309)
    
    Co-authored-by: Brendan Doyle <br...@qualtrics.com>
---
 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 ba1100099..b7cc7a476 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.13"
+    api "com.ibm.etcd:etcd-java:0.0.21"
 
     //tracing support
     api "io.opentracing:opentracing-api:0.31.0"