diff --git a/CHANGELOG.md b/CHANGELOG.md index 723c4ac13..7abe52390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ [FEATURE] Add `plugin_list` command to `bwcli` for listing available plugins and their commands - [DOCS] Added Swarm deprecated notice in the documentation - [DEPS] Updated libmaxminddb version to v1.12.2 +- [DEPS] Updated luajit2 version to v2.1-20250117 ## v1.6.0-rc1 - 2025/01/10 diff --git a/src/deps/deps.json b/src/deps/deps.json index b0d3c9c0c..4540d87c6 100644 --- a/src/deps/deps.json +++ b/src/deps/deps.json @@ -179,9 +179,9 @@ }, { "id": "luajit", - "name": "LuaJIT v2.1-20241113", + "name": "LuaJIT v2.1-20250117", "url": "https://github.com/openresty/luajit2.git", - "commit": "098183d9d24b8942a26dcc720fe8725b287ec77f", + "commit": "93162f34e7424cd0ea3c4046a9ffacce621626bc", "post_install": "rm -r src/deps/src/luajit/t" }, {