From d0f08eb0a0637d0dce0f8c90b8a7d05f6064f4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Tue, 13 Aug 2024 14:48:32 +0200 Subject: [PATCH] chore: dependencies upgrade --- build.gradle | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 8a1e8f0..44c1006 100644 --- a/build.gradle +++ b/build.gradle @@ -58,10 +58,9 @@ dependencies { // AWS libs: versions are managed by the Micronaut BOM api platform("io.micronaut.platform:micronaut-platform") api 'software.amazon.awssdk:cloudwatchlogs' - api 'software.amazon.awssdk:batch:2.26.16' // we can remove this after micronaut bump as long as it contains the RegisterJobDefinitionRequest.ecsProperties exists api 'software.amazon.awssdk:s3' api 'software.amazon.awssdk:s3-transfer-manager' - api 'software.amazon.awssdk.crt:aws-crt:0.29.19' //used by s3-transfer-manager + api 'software.amazon.awssdk.crt:aws-crt:0.30.6' //used by s3-transfer-manager api 'software.amazon.awssdk:apache-client' api 'software.amazon.awssdk:dynamodb' api 'software.amazon.awssdk:sns' @@ -122,11 +121,11 @@ dependencies { testImplementation group: "io.kestra", name: "repository-memory" // testcontainers - testImplementation "org.testcontainers:testcontainers:1.20.0" - testImplementation "org.testcontainers:junit-jupiter:1.20.0" - testImplementation "org.testcontainers:localstack:1.20.0" + testImplementation "org.testcontainers:testcontainers:1.20.1" + testImplementation "org.testcontainers:junit-jupiter:1.20.1" + testImplementation "org.testcontainers:localstack:1.20.1" // Localstack module misses SDK v1 classes that are mandatory, see https://github.com/testcontainers/testcontainers-java/issues/1442#issuecomment-694342883 - testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.730' + testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.767' } /**********************************************************************************************************************\