This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch release/2.13 in repository https://gitbox.apache.org/repos/asf/apisix.git
commit bae4a9b5e811a8d01a8deed2f52d4da2023a0dcc Author: tzssangglass <[email protected]> AuthorDate: Tue Aug 2 13:34:26 2022 +0800 chore: upgrade lua-resty-etcd to 1.8.3 (#7565) Signed-off-by: spacewander <[email protected]> --- 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 2b93de3f7..297d0bb21 100644 --- a/rockspec/apisix-master-0.rockspec +++ b/rockspec/apisix-master-0.rockspec @@ -34,7 +34,7 @@ dependencies = { "lua-resty-ctxdump = 0.1-0", "lua-resty-dns-client = 6.0.2", "lua-resty-template = 2.0", - "lua-resty-etcd = 1.8.2", + "lua-resty-etcd = 1.8.3", "api7-lua-resty-http = 0.2.0", "lua-resty-balancer = 0.04", "lua-resty-ngxvar = 0.5.2",
