Skip to content

Commit

Permalink
chore(deps): bump lua-resty-openssl to 1.3.1
Browse files Browse the repository at this point in the history
Bumped lua-resty-openssl from 1.2.1 to 1.3.1.
Use the C functions provided by lua-kong-nginx-module as an alternative to the auxiliary
C functions in lua-resty-openssl.

KAG-3791
  • Loading branch information
Water-Melon authored and ADD-SP committed Apr 24, 2024
1 parent 1833e7f commit 78d4582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/bump-lua-resty-openssl.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
message: "Bumped lua-resty-openssl to 1.2.1"
message: Bumped lua-resty-openssl from 1.2.0 to 1.3.1
type: dependency
scope: Core
2 changes: 1 addition & 1 deletion kong-3.7.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = {
"lua-resty-healthcheck == 3.0.1",
"lua-messagepack == 0.5.4",
"lua-resty-aws == 1.4.1",
"lua-resty-openssl == 1.2.1",
"lua-resty-openssl == 1.3.1",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.13.0",
Expand Down

1 comment on commit 78d4582

@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:78d45822fb4ec456cf8917b0f830e80ef0559625
Artifacts available https://github.com/Kong/kong/actions/runs/8812142094

Please sign in to comment.