diff --git a/composer.json b/composer.json index 3edfa71a0..0e9d6b013 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.3|^8.4|^8.5", - "aws/aws-sdk-php": "3.383.2", + "aws/aws-sdk-php": "3.384.4", "bacon/bacon-qr-code": "^3.0", "dansup/klipy-php": "1.1.0", "dedoc/scramble": "^0.13.26", diff --git a/composer.lock b/composer.lock index 691eab822..08b7fa534 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bc03a26b26293367b8a2557f278ce1fd", + "content-hash": "1dc34f5acf6949a86e4bc5cbf75a70a4", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.383.2", + "version": "3.384.4", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "11c2de39e4511dc99e44f049c7dfc8087e051867" + "reference": "8e232a5703896541a7a34691a41ece5bd6170269" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/11c2de39e4511dc99e44f049c7dfc8087e051867", - "reference": "11c2de39e4511dc99e44f049c7dfc8087e051867", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8e232a5703896541a7a34691a41ece5bd6170269", + "reference": "8e232a5703896541a7a34691a41ece5bd6170269", "shasum": "" }, "require": { @@ -153,9 +153,9 @@ "support": { "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.383.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.384.4" }, - "time": "2026-06-01T18:08:21+00:00" + "time": "2026-06-05T18:05:57+00:00" }, { "name": "bacon/bacon-qr-code",