Upgrade to Tomcat 9.0.26, Undertow 2.0.26, Hibernate ORM 5.3.12

Includes Netty 4.1.39 (aligned with Reactor) and Checkstyle 8.24.
This commit is contained in:
Juergen Hoeller
2019-09-25 12:15:02 +02:00
parent bb6f9bb6d4
commit b1ed0511f7
4 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ dependencies {
testCompile("javax.ejb:javax.ejb-api:3.2")
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
testCompile("javax.mail:javax.mail-api:1.6.2")
testCompile("org.hibernate:hibernate-core:5.3.10.Final")
testCompile("org.hibernate:hibernate-core:5.3.12.Final")
testCompile("org.hibernate:hibernate-validator:6.0.17.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner")