We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608fd76 commit 5094941Copy full SHA for 5094941
spring-test/spring-test.gradle
@@ -60,7 +60,7 @@ dependencies {
60
testCompile("javax.ejb:javax.ejb-api:3.2")
61
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
62
testCompile("javax.mail:javax.mail-api:1.6.2")
63
- testCompile("org.hibernate:hibernate-core:5.2.17.Final")
+ testCompile("org.hibernate:hibernate-core:5.3.6.Final")
64
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
65
// Enable use of the JUnit Platform Runner
66
testCompile("org.junit.platform:junit-platform-runner")
0 commit comments