From 98ca980b8fb0c007482fe606aeff7dd49b39091d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 02:14:14 +0000 Subject: [PATCH] Update aws-java-sdk-v2 monorepo to v2.54.10 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..d4cc058 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.54.10' + implementation 'software.amazon.awssdk:s3-transfer-manager:2.54.10' implementation 'software.amazon.awssdk.crt:aws-crt:0.33.7' // JSON and YAML parsing.