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

@@ -9,7 +9,7 @@ dependencies {
optional(project(":spring-context"))
optional(project(":spring-web"))
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.4")
optional("org.hibernate:hibernate-core:5.3.10.Final")
optional("org.hibernate:hibernate-core:5.3.12.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")