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 86004d35d fix: upgrade api7-lua-resty-jwt to 0.2.5 (#9837)
86004d35d is described below
commit 86004d35d551cddc50d49de23b70f7e62248d68a
Author: Sn0rt <[email protected]>
AuthorDate: Mon Jul 17 12:17:50 2023 +0800
fix: upgrade api7-lua-resty-jwt to 0.2.5 (#9837)
---
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 273ce2e1d..f6cb44c46 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -40,7 +40,7 @@ dependencies = {
"lua-resty-ngxvar = 0.5.2",
"lua-resty-jit-uuid = 0.0.7",
"lua-resty-healthcheck-api7 = 3.0.0",
- "api7-lua-resty-jwt = 0.2.4",
+ "api7-lua-resty-jwt = 0.2.5",
"lua-resty-hmac-ffi = 0.05",
"lua-resty-cookie = 0.1.0",
"lua-resty-session = 3.10",