tzssangglass commented on issue #7472: URL: https://github.com/apache/apisix/issues/7472#issuecomment-1322991556
> 我可以在我的 apisix-2.11.0-0.rockspec 文件中将“lua-resty-jwt = 0.2.0”升级为“api7-lua-resty-jwt = 0.2.4”吗? Just changing the version number will not upgrade the JWT lib version, you need to `make deps` to install the new version. If you downloaded the image via rpm/deb/docker etc., I forget if there is a Makefile, if not, you can't `make deps` either. There are also some very hacky ways, such as manually replacing the corresponding code files, which I don't recommend. BTW: We do not ensure the compatibility of this hack. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
