Skip to content

Commit

Permalink
chore(deps): bump lua-resty-ljsonschema to 1.2.0 (#13783)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
liverpool8056 authored Oct 25, 2024
1 parent 3a9e2e2 commit d492a12
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",
"lua-resty-snappy == 1.0-1",
"lua-resty-ada == 1.1.0",
}
Expand Down

1 comment on commit d492a12

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:d492a12705656f666d698982e2680ec9dd8c2a87
Artifacts available https://github.com/Kong/kong/actions/runs/11511581840

Please sign in to comment.