This is an automated email from the ASF dual-hosted git repository.
shreemaanabhishek 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 d424ae11e feat: upgrade lua dependencies (#10051)
d424ae11e is described below
commit d424ae11e9800ce0fca41577e78b5cba9dffd982
Author: Sn0rt <[email protected]>
AuthorDate: Fri Aug 18 11:48:31 2023 +0800
feat: upgrade lua dependencies (#10051)
* feat: upgrade lua-resty-kafka from 0.20-0->0.22-0
Signed-off-by: Sn0rt <[email protected]>
* feat: upgrade nginx-lua-prometheus from 0.20221218->0.20230607-1
Signed-off-by: Sn0rt <[email protected]>
* feat: upgrade lua-protobuf from 0.4.1->0.5.0-1
Signed-off-by: Sn0rt <[email protected]>
* feat: upgrade casbin from 1.41.5->1.41.8-1
Signed-off-by: Sn0rt <[email protected]>
---------
Signed-off-by: Sn0rt <[email protected]>
---
rockspec/apisix-master-0.rockspec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rockspec/apisix-master-0.rockspec
b/rockspec/apisix-master-0.rockspec
index 0c1864765..577375082 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -46,14 +46,14 @@ dependencies = {
"lua-resty-session = 3.10",
"opentracing-openresty = 0.1",
"lua-resty-radixtree = 2.8.2",
- "lua-protobuf = 0.4.1",
+ "lua-protobuf = 0.5.0-1",
"lua-resty-openidc = 1.7.6-3",
"luafilesystem = 1.7.0-2",
"api7-lua-tinyyaml = 0.4.2",
- "nginx-lua-prometheus = 0.20221218",
+ "nginx-lua-prometheus = 0.20230607-1",
"jsonschema = 0.9.8",
"lua-resty-ipmatcher = 0.6.1",
- "lua-resty-kafka = 0.20-0",
+ "lua-resty-kafka = 0.22-0",
"lua-resty-logger-socket = 2.0.1-0",
"skywalking-nginx-lua = 0.6.0",
"base64 = 1.5-2",
@@ -68,7 +68,7 @@ dependencies = {
"lua-resty-consul = 0.3-2",
"penlight = 1.13.1",
"ext-plugin-proto = 0.6.0",
- "casbin = 1.41.5",
+ "casbin = 1.41.8-1",
"inspect == 3.1.1",
"lualdap = 1.2.6-1",
"lua-resty-rocketmq = 0.3.0-0",