Upgrade to Tomcat 9.0.19, Jetty 9.4.17, Netty 4.1.35, OkHttp 3.14.1

Includes upgrade to Hibernate ORM 5.3.10 (for branch 5.1.x)
This commit is contained in:
Juergen Hoeller
2019-04-25 14:32:37 +02:00
parent 168a5159b8
commit 42fda0ba15
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.9.Final")
optional("org.hibernate:hibernate-core:5.3.10.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")