Upgrade to Tomcat 9.0.21, Undertow 2.0.21, RxJava 2.2.9, Checkstyle 8.21, Mockito 2.28.2, Hibernate ORM 5.4.3

Centralizes rsocketVersion declaration in build.gradle; also includes upgrade to Reactor Dysprosium M2 proper.
This commit is contained in:
Juergen Hoeller
2019-06-11 18:26:13 +02:00
parent 1af43d7164
commit 9f92b42d69
3 changed files with 9 additions and 10 deletions

View File

@@ -7,8 +7,6 @@ dependencyManagement {
}
}
def rsocketVersion = "0.12.2-RC4-SNAPSHOT"
dependencies {
compile(project(":spring-beans"))
compile(project(":spring-core"))