From a8018af2d81592c434215120b2e5f0d0abe3ef6d Mon Sep 17 00:00:00 2001 From: Nic Date: Mon, 18 Aug 2025 11:35:25 +0800 Subject: [PATCH] deps: upgrade apisix-nginx-module to 1.19.3 Signed-off-by: Nic --- build-api7ee-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-api7ee-runtime.sh b/build-api7ee-runtime.sh index bdb01b475..52869a8fc 100755 --- a/build-api7ee-runtime.sh +++ b/build-api7ee-runtime.sh @@ -24,7 +24,7 @@ OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.4"} OPENRESTY_VERSION="1.21.4.4" ngx_multi_upstream_module_ver="1.1.1" mod_dubbo_ver="1.0.2" -apisix_nginx_module_ver="1.19.2" +apisix_nginx_module_ver="1.19.3" wasm_nginx_module_ver="0.6.5" lua_var_nginx_module_ver="v0.5.3" lua_resty_events_ver="0.2.0"