Upgrade to the latest deps; prepare fpr release
This commit is contained in:
@@ -7,11 +7,11 @@ plugins {
|
||||
id 'eclipse'
|
||||
id 'idea'
|
||||
id 'jacoco'
|
||||
id 'org.sonarqube' version '4.2.0.3129'
|
||||
id 'org.sonarqube' version '4.3.0.3225'
|
||||
id 'checkstyle'
|
||||
id 'org.ajoberstar.grgit' version '4.1.1'
|
||||
id 'io.spring.dependency-management' version '1.1.1'
|
||||
id 'com.jfrog.artifactory' version '4.32.0'
|
||||
id 'io.spring.dependency-management' version '1.1.2'
|
||||
id 'com.jfrog.artifactory' version '4.33.1'
|
||||
}
|
||||
|
||||
description = 'Spring Integration AWS Support'
|
||||
@@ -103,7 +103,7 @@ jacoco {
|
||||
|
||||
checkstyle {
|
||||
configDirectory.set(rootProject.file('src/checkstyle'))
|
||||
toolVersion = '10.12.0'
|
||||
toolVersion = '10.12.1'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user