Skip to content

Commit

Permalink
chore(deps): Bumped lua-resty-ljsonschema to 1.2.0, adding support fo…
Browse files Browse the repository at this point in the history
…r `null`

as a valid option in `enum` types and properly calculation of utf8 string
length instead of byte count.
  • Loading branch information
liverpool8056 committed Oct 24, 2024
1 parent b45aca4 commit e98ad59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-lua-resty-ljsonschema.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion kong-3.9.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -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-1",
"lua-resty-snappy == 1.0-1",
"lua-resty-ada == 1.1.0",
}
Expand Down

0 comments on commit e98ad59

Please sign in to comment.