From c6f99930f404cf9c43e23b0bc303a9b86f342308 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Fri, 26 Jan 2024 17:22:53 +0200 Subject: [PATCH] chore(deps): bump lua-resty-aws from 1.3.5 to 1.3.6 (#12436) ### Summary - fix: validator failure for some field types Signed-off-by: Aapo Talvensaari (cherry picked from commit 27f2db6b320675685c1249af1337cbd39b005216) --- changelog/unreleased/kong/bump-lua-resty-aws-1.3.6.yml | 3 +++ kong-3.6.0-0.rockspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/kong/bump-lua-resty-aws-1.3.6.yml 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 000000000000..9142d3cae852 --- /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 c391df8f93b8..eeb32cca231b 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",