Upgrade to Checkstyle 8.32, Tomcat 9.0.35, Netty 4.1.50, Hibernate ORM 5.3.17, Hibernate Validator 6.0.20

This commit is contained in:
Juergen Hoeller
2020-05-18 15:16:11 +02:00
parent 4ad7deda4c
commit 7d39fbea16
6 changed files with 9 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ dependencies {
exclude group: "xerces", module: "xercesImpl"
}
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
testCompile("org.hibernate:hibernate-validator:6.0.20.Final")
testCompile("io.projectreactor:reactor-core")
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")