From d492a12705656f666d698982e2680ec9dd8c2a87 Mon Sep 17 00:00:00 2001 From: Robin Xiang Date: Fri, 25 Oct 2024 12:55:35 +0900 Subject: [PATCH] chore(deps): bump `lua-resty-ljsonschema` to 1.2.0 (#13783) * chore(deps): Bumped lua-resty-ljsonschema to 1.2.0, adding support for `null` as a valid option in `enum` types and properly calculation of utf8 string length instead of byte count. FTI-5870, FTI-6171 --- changelog/unreleased/kong/bump-lua-resty-ljsonschema.yml | 2 ++ kong-3.9.0-0.rockspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/kong/bump-lua-resty-ljsonschema.yml diff --git a/changelog/unreleased/kong/bump-lua-resty-ljsonschema.yml b/changelog/unreleased/kong/bump-lua-resty-ljsonschema.yml new file mode 100644 index 000000000000..7371a3a73d0a --- /dev/null +++ b/changelog/unreleased/kong/bump-lua-resty-ljsonschema.yml @@ -0,0 +1,2 @@ +message: "Bumped lua-resty-ljsonschema to 1.2.0, adding support for `null` as a valid option in `enum` types and properly calculation of utf8 string length instead of byte count" +type: dependency diff --git a/kong-3.9.0-0.rockspec b/kong-3.9.0-0.rockspec index b9c9d121764b..59645720c5d6 100644 --- a/kong-3.9.0-0.rockspec +++ b/kong-3.9.0-0.rockspec @@ -42,7 +42,7 @@ dependencies = { "lua-resty-session == 4.0.5", "lua-resty-timer-ng == 0.2.7", "lpeg == 1.1.0", - "lua-resty-ljsonschema == 1.1.6-2", + "lua-resty-ljsonschema == 1.2.0", "lua-resty-snappy == 1.0-1", "lua-resty-ada == 1.1.0", }