Skip to content

Commit

Permalink
Upgrade to Tomcat 9.0.33, Hibernate ORM 5.3.16, Hibernate Validator 6…
Browse files Browse the repository at this point in the history
….0.19
  • Loading branch information
jhoeller committed Apr 3, 2020
1 parent 3689b3f commit 906583c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ext {
rxjava2Version = "2.2.19"
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "9.0.31"
tomcatVersion = "9.0.33"
undertowVersion = "2.0.30.Final"

gradleScriptDir = "${rootProject.projectDir}/gradle"
Expand Down
2 changes: 1 addition & 1 deletion spring-context-support/spring-context-support.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
optional("org.freemarker:freemarker:${freemarkerVersion}")
testCompile(project(":spring-context"))
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
testCompile("javax.annotation:javax.annotation-api:1.3.2")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0")
Expand Down
2 changes: 1 addition & 1 deletion spring-orm/spring-orm.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.Final")
optional("org.hibernate:hibernate-core:5.3.16.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
Expand Down
4 changes: 2 additions & 2 deletions spring-test/spring-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ 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.15.Final")
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
testCompile("org.hibernate:hibernate-core:5.3.16.Final")
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner")
testCompile("org.junit.jupiter:junit-jupiter-params")
Expand Down
2 changes: 1 addition & 1 deletion spring-webflux/spring-webflux.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
optional("com.google.protobuf:protobuf-java-util:3.6.1")
testCompile("javax.xml.bind:jaxb-api:2.3.1")
testCompile("com.fasterxml:aalto-xml:1.1.1")
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
testCompile("io.projectreactor:reactor-test")
testCompile("io.undertow:undertow-core:${undertowVersion}")
Expand Down
2 changes: 1 addition & 1 deletion spring-webmvc/spring-webmvc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
exclude group: "xerces", module: "xercesImpl"
}
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
testCompile("io.projectreactor:reactor-core")
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")
Expand Down

0 comments on commit 906583c

Please sign in to comment.