Upgrade to RxJava 2.2.17, OkHttp 3.14.6, Hibernate ORM 5.3.15

This commit is contained in:
Juergen Hoeller
2020-01-13 10:58:51 +01:00
parent 98390e1e5e
commit 170adccf80
5 changed files with 6 additions and 6 deletions

View File

@@ -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.3.12.Final")
testCompile("org.hibernate:hibernate-core:5.3.15.Final")
testCompile("org.hibernate:hibernate-validator:6.0.18.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner")