From 2e5bb16733c2fbaba9a860a575bd171f04a38609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 13:34:10 +0000 Subject: [PATCH] build(deps): Bump aws/aws-sdk-php from 3.349.3 to 3.351.7 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.349.3 to 3.351.7. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.349.3...3.351.7) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.351.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d186a07ec..60f5015bb 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require": { "php": "^8.1", - "aws/aws-sdk-php": "^3.349", + "aws/aws-sdk-php": "^3.351", "bantu/ini-get-wrapper": "v1.0.1", "cweagans/composer-patches": "^1.7", "deepdiver/zipstreamer": "^2.0.3", diff --git a/composer.lock b/composer.lock index 275651a19..540c29445 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": "40d961033de933556d3c33a0f0538bc9", + "content-hash": "2971c0694e1fb3864fb9a43943c9e68b", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.349.3", + "version": "3.351.10", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "b2d4718786398f47626add9c29840fc416175ef2" + "reference": "e179e6351fca44ca7fae58dad4c76ccb00a179ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b2d4718786398f47626add9c29840fc416175ef2", - "reference": "b2d4718786398f47626add9c29840fc416175ef2", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e179e6351fca44ca7fae58dad4c76ccb00a179ce", + "reference": "e179e6351fca44ca7fae58dad4c76ccb00a179ce", "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.349.3" + "source": "https://github.com/aws/aws-sdk-php/tree/3.351.10" }, - "time": "2025-07-09T18:10:17+00:00" + "time": "2025-07-30T18:09:54+00:00" }, { "name": "bantu/ini-get-wrapper",