@@ -11,7 +11,7 @@ plugins {
11
11
id ' checkstyle'
12
12
id ' org.ajoberstar.grgit' version ' 4.1.1'
13
13
id ' io.spring.dependency-management' version ' 1.1.3'
14
- id ' com.jfrog.artifactory' version ' 5.1.6 '
14
+ id ' com.jfrog.artifactory' version ' 5.1.10 '
15
15
}
16
16
17
17
description = ' Spring Integration AWS Support'
@@ -31,16 +31,16 @@ repositories {
31
31
ext {
32
32
assertjVersion = ' 3.24.2'
33
33
awaitilityVersion = ' 4.2.0'
34
- awsSdkVersion = ' 2.20.150 '
35
- jacksonVersion = ' 2.15.2 '
34
+ awsSdkVersion = ' 2.20.162 '
35
+ jacksonVersion = ' 2.15.3 '
36
36
junitVersion = ' 5.10.0'
37
37
log4jVersion = ' 2.20.0'
38
38
servletApiVersion = ' 6.0.0'
39
39
springCloudAwsVersion = ' 3.0.2'
40
- springIntegrationVersion = ' 6.0.7 '
40
+ springIntegrationVersion = ' 6.0.8 '
41
41
kinesisClientVersion = ' 2.5.2'
42
- kinesisProducerVersion = ' 0.15.7 '
43
- testcontainersVersion = ' 1.19.0 '
42
+ kinesisProducerVersion = ' 0.15.8 '
43
+ testcontainersVersion = ' 1.19.1 '
44
44
45
45
idPrefix = ' aws'
46
46
@@ -103,7 +103,7 @@ jacoco {
103
103
104
104
checkstyle {
105
105
configDirectory. set(rootProject. file(' src/checkstyle' ))
106
- toolVersion = ' 10.12.3 '
106
+ toolVersion = ' 10.12.4 '
107
107
}
108
108
109
109
dependencies {
0 commit comments