Upgrade dependencies; prepare for release
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -11,7 +11,7 @@ plugins {
|
|||||||
id 'checkstyle'
|
id 'checkstyle'
|
||||||
id 'org.ajoberstar.grgit' version '4.1.1'
|
id 'org.ajoberstar.grgit' version '4.1.1'
|
||||||
id 'io.spring.dependency-management' version '1.1.3'
|
id 'io.spring.dependency-management' version '1.1.3'
|
||||||
id 'com.jfrog.artifactory' version '5.1.6'
|
id 'com.jfrog.artifactory' version '5.1.10'
|
||||||
}
|
}
|
||||||
|
|
||||||
description = 'Spring Integration AWS Support'
|
description = 'Spring Integration AWS Support'
|
||||||
@@ -31,16 +31,16 @@ repositories {
|
|||||||
ext {
|
ext {
|
||||||
assertjVersion = '3.24.2'
|
assertjVersion = '3.24.2'
|
||||||
awaitilityVersion = '4.2.0'
|
awaitilityVersion = '4.2.0'
|
||||||
awsSdkVersion = '2.20.150'
|
awsSdkVersion = '2.20.162'
|
||||||
jacksonVersion = '2.15.2'
|
jacksonVersion = '2.15.3'
|
||||||
junitVersion = '5.10.0'
|
junitVersion = '5.10.0'
|
||||||
log4jVersion = '2.20.0'
|
log4jVersion = '2.20.0'
|
||||||
servletApiVersion = '6.0.0'
|
servletApiVersion = '6.0.0'
|
||||||
springCloudAwsVersion = '3.0.2'
|
springCloudAwsVersion = '3.0.2'
|
||||||
springIntegrationVersion = '6.0.7'
|
springIntegrationVersion = '6.0.8'
|
||||||
kinesisClientVersion = '2.5.2'
|
kinesisClientVersion = '2.5.2'
|
||||||
kinesisProducerVersion = '0.15.7'
|
kinesisProducerVersion = '0.15.8'
|
||||||
testcontainersVersion = '1.19.0'
|
testcontainersVersion = '1.19.1'
|
||||||
|
|
||||||
idPrefix = 'aws'
|
idPrefix = 'aws'
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ jacoco {
|
|||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
configDirectory.set(rootProject.file('src/checkstyle'))
|
configDirectory.set(rootProject.file('src/checkstyle'))
|
||||||
toolVersion = '10.12.3'
|
toolVersion = '10.12.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user