Skip to content

Commit 66c05d6

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 6aba36e commit 66c05d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
id 'org.sonarqube' version '3.1.1'
77
id 'checkstyle'
88
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'
1111
}
1212

1313
description = 'Spring Integration AWS Support'
@@ -26,18 +26,18 @@ repositories {
2626
}
2727

2828
ext {
29-
assertjVersion = '3.22.0'
29+
assertjVersion = '3.23.1'
3030
awaitilityVersion = '4.2.0'
3131
dynamodbLockClientVersion = '1.1.0'
32-
jacksonVersion = '2.13.2'
32+
jacksonVersion = '2.13.4'
3333
junitVersion = '5.8.2'
3434
servletApiVersion = '4.0.1'
3535
localstackVersion = '0.2.20'
3636
log4jVersion = '2.17.2'
3737
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'
4141

4242
idPrefix = 'aws'
4343

0 commit comments

Comments
 (0)