From fa80fd5170132167aa831062ceab8d5cfd74d381 Mon Sep 17 00:00:00 2001 From: Thales Ceolin Date: Tue, 3 Jun 2025 10:55:21 -0300 Subject: [PATCH 1/2] Update aws.sdk.version In order to support EKS Pod Identity credentials, the minimum sdk version should be 1.12.746. Its compatible with the current API. https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 68ee72ef2e30..2b8f098e32c6 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ 3.3.6 22.3.5 5.14.2 - 1.12.638 + 1.12.784 2.8.0 0.8.12 6.2.5.Final From c1092a6d35d129416287a00d5f38bf8c8f3fb2d7 Mon Sep 17 00:00:00 2001 From: Thales Ceolin Date: Tue, 3 Jun 2025 15:04:15 -0300 Subject: [PATCH 2/2] Update AWS SDK for Java version in licenses.yaml This change updates the version of the AWS SDK for Java to ensure compatibility with the latest features and security improvements. Without this update, the application may miss out on critical updates and enhancements. * Updated version from 1.12.638 to 1.12.784 to leverage new features and fixes. * Maintained existing license information and module details for consistency. Signed-off-by: Thales Ceolin --- licenses.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses.yaml b/licenses.yaml index 1a2f66f94c95..d3e6ef914fa5 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -191,7 +191,7 @@ name: AWS SDK for Java license_category: binary module: java-core license_name: Apache License version 2.0 -version: 1.12.638 +version: 1.12.784 libraries: - com.amazonaws: aws-java-sdk-core - com.amazonaws: aws-java-sdk-ec2