diff --git a/.requirements b/.requirements index 98b089d7159..39f8d82a340 100644 --- a/.requirements +++ b/.requirements @@ -52,7 +52,7 @@ MSGPACK_C_SHA256=674119f1a85b5f2ecc4c7d5c2859edf50c0b05e0c10aa0df85eefa2c8c14b79 OPENSSL_FIPS_PROVIDER=3.0.9 OPENSSL_FIPS_PROVIDER_SHA256=eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90 -KONGROCKS=v1.2.65 +KONGROCKS=v1.2.67 # EE Debugging tools CURL=8.9.1 diff --git a/changelog/unreleased/kong/bump-lua-resty-openssl.yml b/changelog/unreleased/kong/bump-lua-resty-openssl.yml index d9190d76a8c..1af48bd9d5a 100644 --- a/changelog/unreleased/kong/bump-lua-resty-openssl.yml +++ b/changelog/unreleased/kong/bump-lua-resty-openssl.yml @@ -1,3 +1,3 @@ -message: Bumped lua-resty-openssl from 1.3.1 to 1.5.0 +message: "Bumped lua-resty-openssl to 1.5.1." type: dependency scope: Core diff --git a/kong-3.8.0-0.rockspec b/kong-3.8.0-0.rockspec index cf02153f15b..23c0252feef 100644 --- a/kong-3.8.0-0.rockspec +++ b/kong-3.8.0-0.rockspec @@ -38,7 +38,7 @@ dependencies = { "lua-messagepack == 0.5.4", "lua-resty-azure == 1.6.0", "lua-resty-aws == 1.5.3", - "lua-resty-openssl == 1.5.0", + "lua-resty-openssl == 1.5.1", "lua-resty-mail == 1.1.0", "lua-resty-redis-connector == 0.11.0", "kong-redis-cluster == 1.5.4",