Skip to content

Commit

Permalink
Upgrade spring-test to Hibernate ORM 5.3.6 (for JDK 11 compatibility)
Browse files Browse the repository at this point in the history
Issue: SPR-16391
  • Loading branch information
jhoeller committed Oct 14, 2018
1 parent 608fd76 commit 5094941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-test/spring-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ 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.2.17.Final")
testCompile("org.hibernate:hibernate-core:5.3.6.Final")
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner")
Expand Down

0 comments on commit 5094941

Please sign in to comment.