Skip to content

Commit 5094941

Browse files
committed
Upgrade spring-test to Hibernate ORM 5.3.6 (for JDK 11 compatibility)
Issue: SPR-16391
1 parent 608fd76 commit 5094941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/spring-test.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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.2.17.Final")
63+
testCompile("org.hibernate:hibernate-core:5.3.6.Final")
6464
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
6565
// Enable use of the JUnit Platform Runner
6666
testCompile("org.junit.platform:junit-platform-runner")

0 commit comments

Comments
 (0)