Skip to content

Commit c8678ca

Browse files
committed
Upgrade dependencies; prepare for release
1 parent e4a72ce commit c8678ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 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.13.RELEASE'
10-
id 'com.jfrog.artifactory' version '4.29.0'
9+
id "io.spring.dependency-management" version '1.1.0'
10+
id 'com.jfrog.artifactory' version '4.31.0'
1111
}
1212

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

2828
ext {
29-
assertjVersion = '3.23.1'
29+
assertjVersion = '3.24.2'
3030
awaitilityVersion = '4.2.0'
3131
dynamodbLockClientVersion = '1.1.0'
3232
jacksonVersion = '2.13.4'
3333
junitVersion = '5.8.2'
3434
servletApiVersion = '4.0.1'
35-
localstackVersion = '0.2.20'
35+
localstackVersion = '0.2.22'
3636
log4jVersion = '2.17.2'
3737
springCloudAwsVersion = '2.4.2'
3838
springIntegrationVersion = '5.5.16'

0 commit comments

Comments
 (0)