Upgrade to Netty 4.1.33, Undertow 1.4.27, Hibernate ORM 5.2.18/5.1.17

Includes consistent upgrade to Rome 1.12.
This commit is contained in:
Juergen Hoeller
2019-02-07 22:28:36 +01:00
parent 25e9f0fad1
commit e7dbae84a5
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.3")
optional("org.hibernate:hibernate-core:5.2.17.Final")
optional("org.hibernate:hibernate-core:5.2.18.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")