Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-04-28 16:04:26 -04:00
parent 4092427878
commit ceb1f65cc6
2 changed files with 17 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.3.61'
ext.kotlinVersion = '1.3.72'
repositories {
maven { url 'https://repo.spring.io/plugins-release' }
}
@@ -57,10 +57,10 @@ ext {
derbyVersion = '10.14.2.0'
ftpServerVersion = '1.1.1'
googleJsr305Version = '3.0.2'
groovyVersion = '2.5.10'
groovyVersion = '2.5.11'
hamcrestVersion = '2.2'
hazelcastVersion = '3.12.6'
hibernateVersion = '5.4.12.Final'
hibernateVersion = '5.4.14.Final'
hsqldbVersion = '2.5.0'
h2Version = '1.4.200'
jacksonVersion = '2.10.3'
@@ -77,26 +77,26 @@ ext {
jythonVersion = '2.7.0'
kryoShadedVersion = '4.0.2'
lettuceVersion = '5.2.2.RELEASE'
log4jVersion = '2.12.1'
micrometerVersion = '1.3.6'
log4jVersion = '2.13.2'
micrometerVersion = '1.3.8'
mockitoVersion = '3.2.4'
mysqlVersion = '8.0.19'
mysqlVersion = '8.0.20'
pahoMqttClientVersion = '1.2.2'
postgresVersion = '42.2.9'
reactorVersion = 'Dysprosium-SR6'
postgresVersion = '42.2.12'
reactorVersion = 'Dysprosium-SR7'
resilience4jVersion = '1.1.0'
romeToolsVersion = '1.12.2'
rsocketVersion = '1.0.0-RC6'
servletApiVersion = '4.0.1'
smackVersion = '4.3.4'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.5.RELEASE'
springDataVersion = 'Moore-SR6'
springSecurityVersion = '5.2.2.RELEASE'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.6.RELEASE'
springDataVersion = 'Moore-SR7'
springSecurityVersion = '5.2.3.RELEASE'
springRetryVersion = '1.2.5.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.5.RELEASE'
springWsVersion = '3.0.8.RELEASE'
tomcatVersion = "9.0.33"
xstreamVersion = '1.4.11.1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.6.RELEASE'
springWsVersion = '3.0.9.RELEASE'
tomcatVersion = "9.0.34"
xstreamVersion = '1.4.12'
}
allprojects {
@@ -333,7 +333,7 @@ subprojects { subproject ->
checkstyle {
configFile = file("$rootDir/src/checkstyle/checkstyle.xml")
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.28'
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.32'
}
artifacts {

View File

@@ -14,9 +14,7 @@
<property name="fileExtensions" value="java"/>
</module>
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf"/>
</module>
<module name="NewlineAtEndOfFile"/>
<!-- TreeWalker Checks -->
<module name="TreeWalker">