Skip to content

Commit 906583c

Browse files
committed
Upgrade to Tomcat 9.0.33, Hibernate ORM 5.3.16, Hibernate Validator 6.0.19
1 parent 3689b3f commit 906583c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ext {
4444
rxjava2Version = "2.2.19"
4545
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.31"
47+
tomcatVersion = "9.0.33"
4848
undertowVersion = "2.0.30.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"

spring-context-support/spring-context-support.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
optional("org.freemarker:freemarker:${freemarkerVersion}")
1717
testCompile(project(":spring-context"))
1818
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
19-
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
19+
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
2020
testCompile("javax.annotation:javax.annotation-api:1.3.2")
2121
testRuntime("org.ehcache:jcache:1.0.1")
2222
testRuntime("org.ehcache:ehcache:3.4.0")

spring-orm/spring-orm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
optional(project(":spring-context"))
1010
optional(project(":spring-web"))
1111
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.4")
12-
optional("org.hibernate:hibernate-core:5.3.15.Final")
12+
optional("org.hibernate:hibernate-core:5.3.16.Final")
1313
optional("javax.servlet:javax.servlet-api:3.1.0")
1414
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
1515
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ dependencies {
6060
testCompile("javax.ejb:javax.ejb-api:3.2")
6161
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
6262
testCompile("javax.mail:javax.mail-api:1.6.2")
63-
testCompile("org.hibernate:hibernate-core:5.3.15.Final")
64-
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
63+
testCompile("org.hibernate:hibernate-core:5.3.16.Final")
64+
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
6565
// Enable use of the JUnit Platform Runner
6666
testCompile("org.junit.platform:junit-platform-runner")
6767
testCompile("org.junit.jupiter:junit-jupiter-params")

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
optional("com.google.protobuf:protobuf-java-util:3.6.1")
4343
testCompile("javax.xml.bind:jaxb-api:2.3.1")
4444
testCompile("com.fasterxml:aalto-xml:1.1.1")
45-
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
45+
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
4646
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
4747
testCompile("io.projectreactor:reactor-test")
4848
testCompile("io.undertow:undertow-core:${undertowVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
exclude group: "xerces", module: "xercesImpl"
6767
}
6868
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
69-
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
69+
testCompile("org.hibernate:hibernate-validator:6.0.19.Final")
7070
testCompile("io.projectreactor:reactor-core")
7171
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
7272
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")

0 commit comments

Comments
 (0)