From 4e2ed1a7bb4b514cebbf155bb4c434bd2642c5d0 Mon Sep 17 00:00:00 2001 From: abilan Date: Wed, 12 Jul 2023 14:36:07 -0400 Subject: [PATCH] Upgrade to the latest deps The AWS SDK is on a `2.20.83` version: the rest more fresh are broken in the `S3TransferManager` - the upload listener is not called, at least completion on a `Future` --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 9856b0d..6e967af 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { id 'org.sonarqube' version '4.2.0.3129' id 'checkstyle' id 'org.ajoberstar.grgit' version '4.1.1' - id 'io.spring.dependency-management' version '1.1.0' + id 'io.spring.dependency-management' version '1.1.1' id 'com.jfrog.artifactory' version '4.32.0' } @@ -31,14 +31,14 @@ repositories { ext { assertjVersion = '3.24.2' awaitilityVersion = '4.2.0' - awsSdkVersion = '2.20.75' + awsSdkVersion = '2.20.83' jacksonVersion = '2.15.2' junitVersion = '5.9.3' log4jVersion = '2.20.0' servletApiVersion = '6.0.0' springCloudAwsVersion = '3.0.1' - springIntegrationVersion = '6.0.5' - kinesisClientVersion = '2.5.0' + springIntegrationVersion = '6.0.6' + kinesisClientVersion = '2.5.1' kinesisProducerVersion = '0.15.7' testcontainersVersion = '1.18.3'