This is an automated email from the ASF dual-hosted git repository.
leslie 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 c98f291b0 feat: update lua library (#10037)
c98f291b0 is described below
commit c98f291b09956ab5694562de67e873311d0d2c4b
Author: Sn0rt <[email protected]>
AuthorDate: Thu Aug 17 13:50:10 2023 +0800
feat: update lua library (#10037)
---
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 9054f7528..de763d37e 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -41,13 +41,13 @@ dependencies = {
"lua-resty-jit-uuid = 0.0.7",
"lua-resty-healthcheck-api7 = 3.0.0",
"api7-lua-resty-jwt = 0.2.5",
- "lua-resty-hmac-ffi = 0.05",
- "lua-resty-cookie = 0.1.0",
- "lua-resty-session = 3.10",
+ "lua-resty-hmac-ffi = 0.06-1",
+ "lua-resty-cookie = 0.2.0-1",
+ "lua-resty-session = 4.0.4-1",
"opentracing-openresty = 0.1",
"lua-resty-radixtree = 2.8.2",
"lua-protobuf = 0.4.1",
- "lua-resty-openidc = 1.7.5",
+ "lua-resty-openidc = 1.7.6-3",
"luafilesystem = 1.7.0-2",
"api7-lua-tinyyaml = 0.4.2",
"nginx-lua-prometheus = 0.20221218",