Skip to content

Commit 2a3f90d

Browse files
committed
Upgrade to Hibernate ORM 5.2.15 and Hibernate Validator 6.0.8
1 parent df80614 commit 2a3f90d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.7.Final")
19+
testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
2020
testRuntime("org.ehcache:jcache:1.0.1")
2121
testRuntime("org.ehcache:ehcache:3.4.0")
2222
testRuntime("org.glassfish:javax.el:3.0.1-b08")

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.1")
12-
optional("org.hibernate:hibernate-core:5.2.14.Final")
12+
optional("org.hibernate:hibernate-core:5.2.15.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
@@ -64,8 +64,8 @@ dependencies {
6464
testCompile("javax.ejb:javax.ejb-api:3.2")
6565
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
6666
testCompile("javax.mail:javax.mail-api:1.6.1")
67-
testCompile("org.hibernate:hibernate-core:5.2.14.Final")
68-
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
67+
testCompile("org.hibernate:hibernate-core:5.2.15.Final")
68+
testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
6969
// Enable use of the JUnit Platform Runner
7070
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
7171
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
4646
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
4747
testCompile("javax.xml.bind:jaxb-api:2.3.0")
48-
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
48+
testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
4949
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
5050
testCompile("io.projectreactor:reactor-test")
5151
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") {
5555
exclude group: "javax.servlet", module: "javax.servlet"
5656
}
57-
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
57+
testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
5858
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
5959
exclude group: "commons-logging", module: "commons-logging"
6060
}

0 commit comments

Comments
 (0)