Skip to content

Commit ceb1f65

Browse files
committed
Upgrade dependencies
1 parent 4092427 commit ceb1f65

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

build.gradle

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.3.61'
2+
ext.kotlinVersion = '1.3.72'
33
repositories {
44
maven { url 'https://repo.spring.io/plugins-release' }
55
}
@@ -57,10 +57,10 @@ ext {
5757
derbyVersion = '10.14.2.0'
5858
ftpServerVersion = '1.1.1'
5959
googleJsr305Version = '3.0.2'
60-
groovyVersion = '2.5.10'
60+
groovyVersion = '2.5.11'
6161
hamcrestVersion = '2.2'
6262
hazelcastVersion = '3.12.6'
63-
hibernateVersion = '5.4.12.Final'
63+
hibernateVersion = '5.4.14.Final'
6464
hsqldbVersion = '2.5.0'
6565
h2Version = '1.4.200'
6666
jacksonVersion = '2.10.3'
@@ -77,26 +77,26 @@ ext {
7777
jythonVersion = '2.7.0'
7878
kryoShadedVersion = '4.0.2'
7979
lettuceVersion = '5.2.2.RELEASE'
80-
log4jVersion = '2.12.1'
81-
micrometerVersion = '1.3.6'
80+
log4jVersion = '2.13.2'
81+
micrometerVersion = '1.3.8'
8282
mockitoVersion = '3.2.4'
83-
mysqlVersion = '8.0.19'
83+
mysqlVersion = '8.0.20'
8484
pahoMqttClientVersion = '1.2.2'
85-
postgresVersion = '42.2.9'
86-
reactorVersion = 'Dysprosium-SR6'
85+
postgresVersion = '42.2.12'
86+
reactorVersion = 'Dysprosium-SR7'
8787
resilience4jVersion = '1.1.0'
8888
romeToolsVersion = '1.12.2'
8989
rsocketVersion = '1.0.0-RC6'
9090
servletApiVersion = '4.0.1'
9191
smackVersion = '4.3.4'
92-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.5.RELEASE'
93-
springDataVersion = 'Moore-SR6'
94-
springSecurityVersion = '5.2.2.RELEASE'
92+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.6.RELEASE'
93+
springDataVersion = 'Moore-SR7'
94+
springSecurityVersion = '5.2.3.RELEASE'
9595
springRetryVersion = '1.2.5.RELEASE'
96-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.5.RELEASE'
97-
springWsVersion = '3.0.8.RELEASE'
98-
tomcatVersion = "9.0.33"
99-
xstreamVersion = '1.4.11.1'
96+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.6.RELEASE'
97+
springWsVersion = '3.0.9.RELEASE'
98+
tomcatVersion = "9.0.34"
99+
xstreamVersion = '1.4.12'
100100
}
101101

102102
allprojects {
@@ -333,7 +333,7 @@ subprojects { subproject ->
333333

334334
checkstyle {
335335
configFile = file("$rootDir/src/checkstyle/checkstyle.xml")
336-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.28'
336+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.32'
337337
}
338338

339339
artifacts {

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<property name="fileExtensions" value="java"/>
1515
</module>
1616

17-
<module name="NewlineAtEndOfFile">
18-
<property name="lineSeparator" value="lf"/>
19-
</module>
17+
<module name="NewlineAtEndOfFile"/>
2018

2119
<!-- TreeWalker Checks -->
2220
<module name="TreeWalker">

0 commit comments

Comments
 (0)