File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ ext {
30
30
31
31
aspectjVersion = " 1.9.5"
32
32
freemarkerVersion = " 2.3.28"
33
- groovyVersion = " 2.5.8 "
33
+ groovyVersion = " 2.5.9 "
34
34
hsqldbVersion = " 2.4.1"
35
35
jackson2Version = " 2.9.9"
36
- jettyVersion = " 9.4.25.v20191220 "
36
+ jettyVersion = " 9.4.26.v20200117 "
37
37
junit5Version = " 5.3.2"
38
38
kotlinVersion = " 1.2.71"
39
39
log4jVersion = " 2.11.2"
40
- nettyVersion = " 4.1.44 .Final"
40
+ nettyVersion = " 4.1.45 .Final"
41
41
reactorVersion = " Californium-SR16"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
- rxjava2Version = " 2.2.17 "
44
+ rxjava2Version = " 2.2.18 "
45
45
slf4jVersion = " 1.7.30" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
- tomcatVersion = " 9.0.30 "
47
+ tomcatVersion = " 9.0.31 "
48
48
undertowVersion = " 2.0.29.Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
142
142
}
143
143
144
144
checkstyle {
145
- toolVersion = " 8.28 "
145
+ toolVersion = " 8.29 "
146
146
configDir = rootProject. file(" src/checkstyle" )
147
147
}
148
148
You can’t perform that action at this time.
0 commit comments