Upgrade dependencies; fix new Sonar smells
This commit is contained in:
30
build.gradle
30
build.gradle
@@ -46,7 +46,7 @@ ext {
|
||||
|
||||
activeMqVersion = '5.15.11'
|
||||
apacheSshdVersion = '2.4.0'
|
||||
avroVersion = '1.9.1'
|
||||
avroVersion = '1.9.2'
|
||||
aspectjVersion = '1.9.5'
|
||||
assertjVersion = '3.15.0'
|
||||
assertkVersion = '0.21'
|
||||
@@ -54,23 +54,23 @@ ext {
|
||||
commonsDbcp2Version = '2.7.0'
|
||||
commonsIoVersion = '2.6'
|
||||
commonsNetVersion = '3.6'
|
||||
curatorVersion = '4.2.0'
|
||||
curatorVersion = '4.3.0'
|
||||
derbyVersion = '10.14.2.0'
|
||||
ftpServerVersion = '1.1.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
groovyVersion = '2.5.9'
|
||||
groovyVersion = '2.5.10'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '3.12.6'
|
||||
hibernateVersion = '5.4.11.Final'
|
||||
hibernateVersion = '5.4.12.Final'
|
||||
hsqldbVersion = '2.5.0'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.10.2'
|
||||
jacksonVersion = '2.10.3'
|
||||
javaxActivationVersion = '1.2.0'
|
||||
javaxMailVersion = '1.6.2'
|
||||
jmsApiVersion = '2.0.1'
|
||||
jpa21ApiVersion = '1.0.2.Final'
|
||||
jpaApiVersion = '2.2.1'
|
||||
jrubyVersion = '9.2.9.0'
|
||||
jrubyVersion = '9.2.11.0'
|
||||
jschVersion = '0.1.55'
|
||||
jsonpathVersion = '2.4.0'
|
||||
junit4Version = '4.13'
|
||||
@@ -78,24 +78,24 @@ ext {
|
||||
jythonVersion = '2.7.0'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '5.2.2.RELEASE'
|
||||
log4jVersion = '2.13.0'
|
||||
log4jVersion = '2.13.1'
|
||||
micrometerVersion = '1.3.5'
|
||||
mockitoVersion = '3.2.4'
|
||||
mongoDriverVersion = '4.0.0-beta1'
|
||||
mockitoVersion = '3.3.0'
|
||||
mongoDriverVersion = '4.0.0'
|
||||
mysqlVersion = '8.0.19'
|
||||
pahoMqttClientVersion = '1.2.2'
|
||||
postgresVersion = '42.2.10'
|
||||
reactorVersion = 'Dysprosium-SR4'
|
||||
reactorVersion = 'Dysprosium-SR5'
|
||||
resilience4jVersion = '1.3.1'
|
||||
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.4.RELEASE'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-M3'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.0.RC1'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.5.RELEASE'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-M4'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.0.RELEASE'
|
||||
springRetryVersion = '1.2.5.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.3.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.4.RELEASE'
|
||||
springWsVersion = '3.0.8.RELEASE'
|
||||
tomcatVersion = "9.0.31"
|
||||
xstreamVersion = '1.4.11.1'
|
||||
@@ -319,7 +319,7 @@ configure(javaProjects) { subproject ->
|
||||
|
||||
checkstyle {
|
||||
configFile = file("$rootDir/src/checkstyle/checkstyle.xml")
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.29'
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.30'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user