From 5bfa4cee16c6bb6d643483ae7b8ca213eb76a4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:35:19 +0000 Subject: [PATCH] Bump AWSSDK.Core and AWSSDK.S3 Bumps AWSSDK.Core from 4.0.102 to 4.0.102.4 Bumps AWSSDK.S3 from 4.0.102.3 to 4.0.103.1 --- updated-dependencies: - dependency-name: AWSSDK.Core dependency-version: 4.0.102.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: AWSSDK.S3 dependency-version: 4.0.103.1 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..867a1ab 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..102d08e 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.4, )", + "resolved": "4.0.102.4", + "contentHash": "cFMZnb05RV290HDdybtgR5b/ypkLekeaoHde4tiQHLmgegGLMmcEKsvThnLm1PJOeWSNFcBxzC5fomOvWiW24A==" }, "AWSSDK.S3": { "type": "Direct", - "requested": "[4.0.102.3, )", - "resolved": "4.0.102.3", - "contentHash": "3UBPFahEW62lNqHutA94if/9YguOXswDkz+CMh8fo3qCl7PUdynwSEvE0rhHnRPok0rDkDEDpwddfk7h8Mg0gw==", + "requested": "[4.0.103.1, )", + "resolved": "4.0.103.1", + "contentHash": "U7a3gnj6/z5l2bzgASv0PrfXFwLwNKWgQSJjuhV+lcofP52LcQVXVsEwMh9Lv28W+ORmRrYFgJnIV1tqmeRj+w==", "dependencies": { - "AWSSDK.Core": "[4.0.102, 5.0.0)" + "AWSSDK.Core": "[4.0.102.4, 5.0.0)" } }, "BCrypt.Net-Next": {