Skip to content

Commit

Permalink
chore(deps): bump lua-protobuf to 0.5.2 (#13454)
Browse files Browse the repository at this point in the history
### Summary

- fix(lpb_tointegerx): filter out illegal formats, such as, #a, #-aaa...

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle authored Aug 13, 2024
1 parent cfd997f commit 9bc3deb
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-protobuf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bumped lua-protobuf 0.5.2"
type: dependency
2 changes: 1 addition & 1 deletion kong-3.8.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = {
"lua_pack == 2.0.0",
"binaryheap >= 0.4",
"luaxxhash >= 1.0",
"lua-protobuf == 0.5.1",
"lua-protobuf == 0.5.2",
"lua-resty-healthcheck == 3.1.0",
"lua-messagepack == 0.5.4",
"lua-resty-aws == 1.5.3",
Expand Down

1 comment on commit 9bc3deb

@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:9bc3deb30041dbc45b1fe44fe8069f21ab69caaa
Artifacts available https://github.com/Kong/kong/actions/runs/10377785437

Please sign in to comment.