From 5d5eb0df50ed90e6fce4828c20037fac5ea49c38 Mon Sep 17 00:00:00 2001 From: Nic Date: Mon, 18 Aug 2025 11:33:59 +0800 Subject: [PATCH] deps: upgrade apisix-nginx-module to 1.19.3 Signed-off-by: Nic --- build-apisix-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-apisix-runtime.sh b/build-apisix-runtime.sh index 6f0094efa..46f1876b9 100755 --- a/build-apisix-runtime.sh +++ b/build-apisix-runtime.sh @@ -24,7 +24,7 @@ OPENSSL_VERSION=${OPENSSL_VERSION:-"3.4.1"} OPENRESTY_VERSION="1.27.1.2" ngx_multi_upstream_module_ver="1.3.2" 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.7.0" lua_var_nginx_module_ver="v0.5.3" lua_resty_events_ver="0.2.0"