From 45a9c02b9c96cab89a3bbb0d4335fe4ab0331df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 04:03:20 +0000 Subject: [PATCH] build(deps): bump aws/aws-sdk-php from 3.377.0 to 3.378.0 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.377.0 to 3.378.0. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.377.0...3.378.0) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.378.0 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 504c057ea6..d57e0d3d8d 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "ext-xmlwriter": "*", "ext-zip": "*", "2tvenom/cborencode": "~1.0.2", - "aws/aws-sdk-php": "~3.377.0", + "aws/aws-sdk-php": "~3.378.0", "elasticsearch/elasticsearch": "~8.19.0", "endroid/qr-code": "~6.1.3", "guzzlehttp/guzzle": "~7.10.0", diff --git a/composer.lock b/composer.lock index ab4986193e..ba1e6dfa95 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": "96187e3ece67f1cf9acd68abf44b5ce7", + "content-hash": "119f40db4d665fc6597b7fda640f41d4", "packages": [ { "name": "2tvenom/cborencode", @@ -107,16 +107,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.377.0", + "version": "3.378.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "573c569d20710a902446688a0439b53fef256e3a" + "reference": "7a95e0665ad13c2cb8999d64439cf969c86724dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/573c569d20710a902446688a0439b53fef256e3a", - "reference": "573c569d20710a902446688a0439b53fef256e3a", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7a95e0665ad13c2cb8999d64439cf969c86724dd", + "reference": "7a95e0665ad13c2cb8999d64439cf969c86724dd", "shasum": "" }, "require": { @@ -198,9 +198,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.377.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.378.0" }, - "time": "2026-04-07T18:14:36+00:00" + "time": "2026-04-08T18:13:19+00:00" }, { "name": "bacon/bacon-qr-code",