diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ec178d022..5b0391542c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,7 +129,8 @@ - Bumped atc-router from 1.0.0 to 1.0.1 [#9558](https://github.com/Kong/kong/pull/9558) - +- Bumped lua-resty-openssl from 0.8.10 to 0.8.13 + [#](https://github.com/Kong/kong/pull/) ### Additions diff --git a/kong-3.1.0-0.rockspec b/kong-3.1.0-0.rockspec index 7caf2d238c0..974b58ad766 100644 --- a/kong-3.1.0-0.rockspec +++ b/kong-3.1.0-0.rockspec @@ -36,7 +36,7 @@ dependencies = { "lua-resty-healthcheck == 1.6.1", "lua-resty-mlcache == 2.6.0", "lua-messagepack == 0.5.2", - "lua-resty-openssl == 0.8.10", + "lua-resty-openssl == 0.8.13", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", "lua-resty-acme == 0.8.1",