File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
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.51.Final"
41
- reactorVersion = " Californium-BUILD-SNAPSHOT "
41
+ reactorVersion = " Californium-SR21 "
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
44
rxjava2Version = " 2.2.19"
45
45
slf4jVersion = " 1.7.30" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.37"
48
- undertowVersion = " 2.0.30 .Final"
48
+ undertowVersion = " 2.0.31 .Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4j = {
@@ -142,14 +142,13 @@ configure(allprojects) { project ->
142
142
}
143
143
144
144
checkstyle {
145
- toolVersion = " 8.36"
145
+ toolVersion = " 8.36.1 "
146
146
configDir = rootProject. file(" src/checkstyle" )
147
147
}
148
148
149
149
repositories {
150
150
mavenCentral()
151
151
maven { url " https://repo.spring.io/libs-release" }
152
- maven { url " https://repo.spring.io/snapshot" } // Reactor
153
152
}
154
153
155
154
dependencies {
You can’t perform that action at this time.
0 commit comments