You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by mo...@apache.org on 2023/04/04 08:26:33 UTC

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

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

monkeydluffy 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 e59811916 fix: upgrade lua-resty-etcd to 1.10.4 (#9235)
e59811916 is described below

commit e5981191613c130205591986a7d07d9e4ad6d5e9
Author: leslie <le...@apache.org>
AuthorDate: Tue Apr 4 16:26:26 2023 +0800

    fix: upgrade lua-resty-etcd to 1.10.4 (#9235)
---
 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 f11c57c3d..b920c51a0 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -34,7 +34,7 @@ dependencies = {
     "lua-resty-ctxdump = 0.1-0",
     "api7-lua-resty-dns-client = 7.0.1",
     "lua-resty-template = 2.0",
-    "lua-resty-etcd = 1.10.3",
+    "lua-resty-etcd = 1.10.4",
     "api7-lua-resty-http = 0.2.0",
     "lua-resty-balancer = 0.04",
     "lua-resty-ngxvar = 0.5.2",