From 57767ddf754c632835b5ed31d2db5adcf9abeb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:35:53 +0000 Subject: [PATCH] Bump AWSSDK.Core and AWSSDK.S3 Bumps AWSSDK.Core from 4.0.102 to 4.0.102.1 Bumps AWSSDK.S3 from 4.0.102.3 to 4.0.102.4 --- updated-dependencies: - dependency-name: AWSSDK.Core dependency-version: 4.0.102.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: AWSSDK.S3 dependency-version: 4.0.102.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PayFlow.Infrastructure.csproj | 4 ++-- PayFlow.Infrastructure/packages.lock.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj b/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj index 305a003..1558e1d 100644 --- a/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj +++ b/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/PayFlow.Infrastructure/packages.lock.json b/PayFlow.Infrastructure/packages.lock.json index 75be1a4..d013d07 100644 --- a/PayFlow.Infrastructure/packages.lock.json +++ b/PayFlow.Infrastructure/packages.lock.json @@ -4,17 +4,17 @@ "net10.0": { "AWSSDK.Core": { "type": "Direct", - "requested": "[4.0.102, )", - "resolved": "4.0.102", - "contentHash": "sjkYreyNPlYTnAxdnqd3MBoeTNZHXOzV9lKULS5VAn+6MJIqu87aZLlm56KhDANOBXRxwDJIW668ZlsFhaB6Zw==" + "requested": "[4.0.102.1, )", + "resolved": "4.0.102.1", + "contentHash": "vsf+/o+S/euH/wG7bO1cha+OWaHvjgvpDeGFO6l3Vcdio9GlSfXkZDD2BogMuAJ+/jDyqqSgqmYVolPKV9ie/A==" }, "AWSSDK.S3": { "type": "Direct", - "requested": "[4.0.102.3, )", - "resolved": "4.0.102.3", - "contentHash": "3UBPFahEW62lNqHutA94if/9YguOXswDkz+CMh8fo3qCl7PUdynwSEvE0rhHnRPok0rDkDEDpwddfk7h8Mg0gw==", + "requested": "[4.0.102.4, )", + "resolved": "4.0.102.4", + "contentHash": "rfUhmzlQifO7Uk3AErPweV1FbwZYI+OuogPjfS/7mbVKVWCYYCLkkLozh2mS/qaHPNGPGFeSFAR1NbWnQyd2pQ==", "dependencies": { - "AWSSDK.Core": "[4.0.102, 5.0.0)" + "AWSSDK.Core": "[4.0.102.1, 5.0.0)" } }, "BCrypt.Net-Next": {