@@ -39,14 +39,15 @@ ext {
39
39
kotlinVersion = " 1.3.31"
40
40
log4jVersion = " 2.11.2"
41
41
nettyVersion = " 4.1.36.Final"
42
- reactorVersion = " Dysprosium-BUILD-SNAPSHOT"
42
+ reactorVersion = " Dysprosium-M2"
43
+ rsocketVersion = " 0.12.2-RC4-SNAPSHOT"
43
44
rxjavaVersion = " 1.3.8"
44
45
rxjavaAdapterVersion = " 1.2.1"
45
- rxjava2Version = " 2.2.8 "
46
+ rxjava2Version = " 2.2.9 "
46
47
slf4jVersion = " 1.7.26" // spring-jcl + consistent 3rd party deps
47
48
tiles3Version = " 3.0.8"
48
- tomcatVersion = " 9.0.19 "
49
- undertowVersion = " 2.0.20 .Final"
49
+ tomcatVersion = " 9.0.21 "
50
+ undertowVersion = " 2.0.21 .Final"
50
51
51
52
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
52
53
withoutJclOverSlf4J = {
@@ -142,13 +143,13 @@ configure(allprojects) { project ->
142
143
}
143
144
144
145
checkstyle {
145
- toolVersion = " 8.20 "
146
+ toolVersion = " 8.21 "
146
147
configDir = rootProject. file(" src/checkstyle" )
147
148
}
148
149
149
150
repositories {
150
151
maven { url " https://repo.spring.io/libs-release" }
151
- maven { url " https://repo.spring.io/snapshot " } // Reactor
152
+ maven { url " https://repo.spring.io/milestone " } // Reactor
152
153
maven { url " https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
153
154
mavenLocal()
154
155
}
@@ -157,7 +158,7 @@ configure(allprojects) { project ->
157
158
testCompile(" junit:junit:4.13-beta-3" ) {
158
159
exclude group : " org.hamcrest" , module : " hamcrest-core"
159
160
}
160
- testCompile(" org.mockito:mockito-core:2.27.0 " ) {
161
+ testCompile(" org.mockito:mockito-core:2.28.2 " ) {
161
162
exclude group : " org.hamcrest" , module : " hamcrest-core"
162
163
}
163
164
testCompile(" io.mockk:mockk:1.9.3" )
0 commit comments