diff --git a/CHANGELOG/unreleased/kong/11518.yaml b/CHANGELOG/unreleased/kong/11518.yaml new file mode 100644 index 000000000000..ee8e504f20bb --- /dev/null +++ b/CHANGELOG/unreleased/kong/11518.yaml @@ -0,0 +1,7 @@ +message: "Bumped resty.openssl from 0.8.23 to 0.8.25" +type: dependency +scope: Core +prs: + - 11518 +jiras: + - "FTI-5324" diff --git a/kong-3.5.0-0.rockspec b/kong-3.5.0-0.rockspec index 92e63fda7e6f..00a77ead0fd0 100644 --- a/kong-3.5.0-0.rockspec +++ b/kong-3.5.0-0.rockspec @@ -34,7 +34,7 @@ dependencies = { "lua-resty-healthcheck == 1.6.3", "lua-messagepack == 0.5.2", "lua-resty-aws == 1.3.1", - "lua-resty-openssl == 0.8.23", + "lua-resty-openssl == 0.8.25", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", "lua-resty-acme == 0.11.0",