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`
This commit is contained in:
abilan
2023-07-12 14:36:07 -04:00
parent baa7cc1b2a
commit 4e2ed1a7bb

View File

@@ -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'