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

Commit 0ae25ea

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 9185cd1 commit 0ae25ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
id 'jacoco'
1515
id 'org.sonarqube' version '2.7'
1616
id 'checkstyle'
17-
id 'org.ajoberstar.grgit' version '3.0.0'
17+
id 'org.ajoberstar.grgit' version '3.1.1'
1818
}
1919
description = 'Spring Integration AWS Support'
2020

@@ -31,15 +31,15 @@ repositories {
3131
}
3232

3333
ext {
34-
assertjVersion = '3.12.0'
34+
assertjVersion = '3.12.2'
3535
awaitilityVersion = '3.1.6'
3636
dynamodbLockClientVersion = '1.1.0'
3737
jacksonVersion = '2.9.8'
3838
servletApiVersion = '4.0.1'
3939
log4jVersion = '2.11.2'
4040
springCloudAwsVersion = '2.1.1.RELEASE'
41-
springIntegrationVersion = '5.1.4.BUILD-SNAPSHOT'
42-
kinesisClientVersion = '1.9.3'
41+
springIntegrationVersion = '5.1.4.RELEASE'
42+
kinesisClientVersion = '1.10.0'
4343
kinesisProducerVersion = '0.12.11'
4444

4545
idPrefix = 'aws'
@@ -87,7 +87,7 @@ jacoco {
8787

8888
checkstyle {
8989
configFile = file("${rootDir}/src/checkstyle/checkstyle.xml")
90-
toolVersion = "8.18"
90+
toolVersion = "8.20"
9191
}
9292

9393
dependencies {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)