diff --git a/changelog/unreleased/kong/11613.yml b/changelog/unreleased/kong/11613.yml new file mode 100644 index 000000000000..907848b39221 --- /dev/null +++ b/changelog/unreleased/kong/11613.yml @@ -0,0 +1,4 @@ +message: "Bumped lua-resty-aws from 1.3.2 to 1.3.5" +type: dependency +prs: + - 11613 diff --git a/kong-3.4.3-0.rockspec b/kong-3.4.3-0.rockspec index 2d4d38f9c064..aa85c599a6a3 100644 --- a/kong-3.4.3-0.rockspec +++ b/kong-3.4.3-0.rockspec @@ -33,7 +33,7 @@ dependencies = { "lua-protobuf == 0.5.0", "lua-resty-healthcheck == 1.6.3", "lua-messagepack == 0.5.2", - "lua-resty-aws == 1.3.2", + "lua-resty-aws == 1.3.5", "lua-resty-openssl == 0.8.23", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1",