File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ plugins {
6
6
id ' org.sonarqube' version ' 3.1.1'
7
7
id ' checkstyle'
8
8
id ' org.ajoberstar.grgit' version ' 4.1.1'
9
- id " io.spring.dependency-management" version ' 1.0.11 .RELEASE'
10
- id ' com.jfrog.artifactory' version ' 4.28 .0'
9
+ id " io.spring.dependency-management" version ' 1.0.13 .RELEASE'
10
+ id ' com.jfrog.artifactory' version ' 4.29 .0'
11
11
}
12
12
13
13
description = ' Spring Integration AWS Support'
@@ -26,18 +26,18 @@ repositories {
26
26
}
27
27
28
28
ext {
29
- assertjVersion = ' 3.22.0 '
29
+ assertjVersion = ' 3.23.1 '
30
30
awaitilityVersion = ' 4.2.0'
31
31
dynamodbLockClientVersion = ' 1.1.0'
32
- jacksonVersion = ' 2.13.2 '
32
+ jacksonVersion = ' 2.13.4 '
33
33
junitVersion = ' 5.8.2'
34
34
servletApiVersion = ' 4.0.1'
35
35
localstackVersion = ' 0.2.20'
36
36
log4jVersion = ' 2.17.2'
37
37
springCloudAwsVersion = ' 2.4.2'
38
- springIntegrationVersion = ' 5.5.14 '
39
- kinesisClientVersion = ' 1.14.8 '
40
- kinesisProducerVersion = ' 0.14.12 '
38
+ springIntegrationVersion = ' 5.5.16 '
39
+ kinesisClientVersion = ' 1.14.9 '
40
+ kinesisProducerVersion = ' 0.14.13 '
41
41
42
42
idPrefix = ' aws'
43
43
You can’t perform that action at this time.
0 commit comments