Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 4f1f839

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 0ea0078 commit 4f1f839

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ repositories {
3131
}
3232

3333
ext {
34-
assertjVersion = '3.10.0'
34+
assertjVersion = '3.11.1'
3535
dynamodbLockClientVersion = '1.0.0'
36-
jacksonVersion = '2.9.6'
36+
jacksonVersion = '2.9.8'
3737
servletApiVersion = '3.1.0'
38-
log4jVersion = '2.11.0'
39-
springCloudAwsVersion = '2.0.0.RELEASE'
40-
springIntegrationVersion = '5.0.7.RELEASE'
38+
log4jVersion = '2.11.2'
39+
springCloudAwsVersion = '2.0.1.RELEASE'
40+
springIntegrationVersion = '5.0.12.RELEASE'
4141

4242
idPrefix = 'aws'
4343

0 commit comments

Comments
 (0)