From ef0675d568c0f6c80f1cdc9eac86126e9ce141d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:55:01 +0000 Subject: [PATCH] Update aws-java-sdk-v2 monorepo to v2.48.1 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..82db302 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,8 +21,8 @@ repositories { dependencies { // AWS SDK - implementation 'software.amazon.awssdk:s3:2.29.40' - implementation 'software.amazon.awssdk:s3-transfer-manager:2.29.40' + implementation 'software.amazon.awssdk:s3:2.48.1' + implementation 'software.amazon.awssdk:s3-transfer-manager:2.48.1' implementation 'software.amazon.awssdk.crt:aws-crt:0.33.7' // JSON and YAML parsing.