You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/04/14 14:57:37 UTC

[apisix] branch master updated: chore: upgrade lua-resty-jwt to a new version (#6847)

This is an automated email from the ASF dual-hosted git repository.

spacewander 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 c23ca3131 chore: upgrade lua-resty-jwt to a new version (#6847)
c23ca3131 is described below

commit c23ca3131ee364b27c7d5ab6b0977e5d6e7e86bb
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Apr 14 22:57:31 2022 +0800

    chore: upgrade lua-resty-jwt to a new version (#6847)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 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 d0cbcc12e..e5c56de9f 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 = 2.2.0",
-    "lua-resty-jwt = 0.2.0",
+    "api7-lua-resty-jwt = 0.2.4",
     "lua-resty-hmac-ffi = 0.05",
     "lua-resty-cookie = 0.1.0",
     "lua-resty-session = 3.10",