From 22c3f75f18c946224e4de1113aa5020b782914bb Mon Sep 17 00:00:00 2001 From: emil191995 Date: Thu, 19 Jun 2025 03:33:43 +0400 Subject: [PATCH] chore(deps): Update lua-resty-openidc version from 1.7.6-3 to 1.8.0-1 and lua-resty-session version from 3.10 to 4.0.5-1 --- apisix-master-0.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apisix-master-0.rockspec b/apisix-master-0.rockspec index c9432cc329b1..ede4005facfa 100644 --- a/apisix-master-0.rockspec +++ b/apisix-master-0.rockspec @@ -45,11 +45,11 @@ dependencies = { "api7-lua-resty-jwt = 0.2.5", "lua-resty-hmac-ffi = 0.06-1", "lua-resty-cookie = 0.2.0-1", - "lua-resty-session = 3.10", + "lua-resty-session = 4.0.5-1", "opentracing-openresty = 0.1", "lua-resty-radixtree = 2.9.2", "lua-protobuf = 0.5.2-1", - "lua-resty-openidc = 1.7.6-3", + "lua-resty-openidc = 1.8.0-1", "luafilesystem = 1.7.0-2", "nginx-lua-prometheus-api7 = 0.20240201-1", "jsonschema = 0.9.8",