diff --git a/CHANGELOG/unreleased/kong/11613.yaml b/CHANGELOG/unreleased/kong/11613.yaml new file mode 100644 index 000000000000..907848b39221 --- /dev/null +++ b/CHANGELOG/unreleased/kong/11613.yaml @@ -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.5.0-0.rockspec b/kong-3.5.0-0.rockspec index bec6b8e925e2..8c59cf2906b6 100644 --- a/kong-3.5.0-0.rockspec +++ b/kong-3.5.0-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.25", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1",