Upgrade to RxJava 2.2 and Kotlin 1.2.60

Includes latest dependency updates (Mockito 2.21, Log4J 2.11.1, Hibernate ORM 5.3.4, Protobuf 3.6.1, JRuby 9.2, HtmlUnit 2.32, Selenium 3.14) for Spring Framework 5.1.

Issue: SPR-16388
Issue: SPR-16239
This commit is contained in:
Juergen Hoeller
2018-08-03 23:18:10 +02:00
parent c55c9eb029
commit 821ab62492
6 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ dependencies {
optional(project(":spring-context"))
optional(project(":spring-web"))
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2")
optional("org.hibernate:hibernate-core:5.3.3.Final")
optional("org.hibernate:hibernate-core:5.3.4.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")