diff --git a/changelog/unreleased/kong/bump-lua-resty-aws-1.3.6.yml b/changelog/unreleased/kong/bump-lua-resty-aws-1.3.6.yml new file mode 100644 index 00000000000..9142d3cae85 --- /dev/null +++ b/changelog/unreleased/kong/bump-lua-resty-aws-1.3.6.yml @@ -0,0 +1,3 @@ +message: Bumped lua-resty-aws from 1.3.5 to 1.3.6 +type: dependency +scope: Core diff --git a/kong-3.6.0-0.rockspec b/kong-3.6.0-0.rockspec index c391df8f93b..eeb32cca231 100644 --- a/kong-3.6.0-0.rockspec +++ b/kong-3.6.0-0.rockspec @@ -33,7 +33,7 @@ dependencies = { "lua-protobuf == 0.5.0", "lua-resty-healthcheck == 3.0.1", "lua-messagepack == 0.5.4", - "lua-resty-aws == 1.3.5", + "lua-resty-aws == 1.3.6", "lua-resty-openssl == 1.2.0", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1",