You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/11/12 00:54:25 UTC

[apisix] branch master updated: fix: upgrade lua-resty-etcd to 1.4.2 (#2701)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8c9a0c3  fix: upgrade lua-resty-etcd to 1.4.2 (#2701)
8c9a0c3 is described below

commit 8c9a0c39a3325cf73ef1ef6d27eb2718fee0773e
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Nov 12 08:54:13 2020 +0800

    fix: upgrade lua-resty-etcd to 1.4.2 (#2701)
---
 rockspec/apisix-master-0.rockspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-master-0.rockspec
index 7c9d4d0..aac126a 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -32,7 +32,7 @@ description = {
 
 dependencies = {
     "lua-resty-template = 1.9",
-    "lua-resty-etcd = 1.4.1",
+    "lua-resty-etcd = 1.4.2",
     "lua-resty-balancer = 0.02rc5",
     "lua-resty-ngxvar = 0.5",
     "lua-resty-jit-uuid = 0.0.7",