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 95fc22579 fix: upgrade lua-resty-ldap to 0.2.2 (#9254)
95fc22579 is described below
commit 95fc225796df5b18df44f64be2a625cc129ef245
Author: Sn0rt <[email protected]>
AuthorDate: Tue Apr 11 11:24:46 2023 +0800
fix: upgrade lua-resty-ldap to 0.2.2 (#9254)
---
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 b920c51a0..ee8e3066d 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -78,7 +78,7 @@ dependencies = {
"xml2lua = 1.5-2",
"nanoid = 0.1-1",
"lua-resty-mediador = 0.1.2-1",
- "lua-resty-ldap = 0.2.0-0"
+ "lua-resty-ldap = 0.2.2-0"
}
build = {