This repository was archived by the owner on Nov 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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}
1919description = ' Spring Integration AWS Support'
2020
@@ -31,15 +31,15 @@ repositories {
3131}
3232
3333ext {
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
8888checkstyle {
8989 configFile = file(" ${ rootDir} /src/checkstyle/checkstyle.xml" )
90- toolVersion = " 8.18 "
90+ toolVersion = " 8.20 "
9191}
9292
9393dependencies {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments