@@ -46,21 +46,21 @@ configure(allprojects) { project ->
46
46
ext. groovyVersion = " 2.4.15"
47
47
ext. hsqldbVersion = " 2.4.0"
48
48
ext. jackson2Version = " 2.9.5"
49
- ext. jettyVersion = " 9.4.9.v20180320 "
49
+ ext. jettyVersion = " 9.4.10.v20180503 "
50
50
ext. junitJupiterVersion = " 5.0.3"
51
51
ext. junitPlatformVersion = " 1.0.3"
52
52
ext. junitVintageVersion = " 4.12.3"
53
53
ext. kotlinVersion = " 1.2.41"
54
54
ext. log4jVersion = " 2.11.0"
55
55
ext. nettyVersion = " 4.1.24.Final"
56
- ext. reactorVersion = " Bismuth-BUILD-SNAPSHOT "
56
+ ext. reactorVersion = " Bismuth-SR9 "
57
57
ext. rxjavaVersion = " 1.3.8"
58
58
ext. rxjavaAdapterVersion = " 1.2.1"
59
59
ext. rxjava2Version = " 2.1.13"
60
60
ext. slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
61
61
ext. tiles3Version = " 3.0.8"
62
- ext. tomcatVersion = " 8.5.30 "
63
- ext. undertowVersion = " 1.4.24 .Final"
62
+ ext. tomcatVersion = " 8.5.31 "
63
+ ext. undertowVersion = " 1.4.25 .Final"
64
64
65
65
ext. gradleScriptDir = " ${ rootProject.projectDir} /gradle"
66
66
@@ -139,7 +139,6 @@ configure(allprojects) { project ->
139
139
140
140
repositories {
141
141
maven { url " https://repo.spring.io/libs-release" }
142
- maven { url " https://repo.spring.io/snapshot" } // for Reactor
143
142
}
144
143
145
144
dependencies {
0 commit comments