File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ ext {
38
38
kotlinVersion = " 1.2.71"
39
39
log4jVersion = " 2.11.2"
40
40
nettyVersion = " 4.1.36.Final"
41
- reactorVersion = " Californium-BUILD-SNAPSHOT "
41
+ reactorVersion = " Californium-SR9 "
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
- rxjava2Version = " 2.2.8 "
44
+ rxjava2Version = " 2.2.9 "
45
45
slf4jVersion = " 1.7.26" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
- tomcatVersion = " 9.0.19 "
48
- undertowVersion = " 2.0.20 .Final"
47
+ tomcatVersion = " 9.0.21 "
48
+ undertowVersion = " 2.0.21 .Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4J = {
@@ -143,13 +143,12 @@ configure(allprojects) { project ->
143
143
}
144
144
145
145
checkstyle {
146
- toolVersion = " 8.20 "
146
+ toolVersion = " 8.21 "
147
147
configDir = rootProject. file(" src/checkstyle" )
148
148
}
149
149
150
150
repositories {
151
151
maven { url " https://repo.spring.io/libs-release" }
152
- maven { url " https://repo.spring.io/snapshot" } // Reactor
153
152
mavenLocal()
154
153
}
155
154
You can’t perform that action at this time.
0 commit comments