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

@@ -89,7 +89,7 @@ dependencies {
optional(project(":spring-context-support")) // for JavaMail and JSR-107 support
optional(project(":spring-orm")) // for JPA exception translation support
optional(project(":spring-tx")) // for JPA, @Transactional support
optional("javax.cache:cache-api:1.1.0") // for JCache aspect
optional("javax.cache:cache-api:1.1.0") // for JCache aspect
optional("javax.transaction:javax.transaction-api:1.3") // for @javax.transaction.Transactional support
testCompile(project(":spring-core")) // for CodeStyleAspect
testCompile(project(":spring-test"))