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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user