Upgrade to Tomcat 9.0.10, RxJava 2.1.16, EclipseLink 2.7.2, Selenium 3.13
This commit is contained in:
@@ -43,10 +43,10 @@ ext {
|
||||
reactorVersion = "Californium-BUILD-SNAPSHOT"
|
||||
rxjavaVersion = "1.3.8"
|
||||
rxjavaAdapterVersion = "1.2.1"
|
||||
rxjava2Version = "2.1.15"
|
||||
rxjava2Version = "2.1.16"
|
||||
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
|
||||
tiles3Version = "3.0.8"
|
||||
tomcatVersion = "9.0.8"
|
||||
tomcatVersion = "9.0.10"
|
||||
undertowVersion = "2.0.9.Final"
|
||||
|
||||
gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
optional(project(":spring-aop"))
|
||||
optional(project(":spring-context"))
|
||||
optional(project(":spring-web"))
|
||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1")
|
||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2")
|
||||
optional("org.hibernate:hibernate-core:5.3.1.Final")
|
||||
optional("javax.servlet:javax.servlet-api:3.1.0")
|
||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
|
||||
@@ -42,7 +42,7 @@ dependencies {
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver:2.31.0") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.12.0") {
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.13.0") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
exclude group: "io.netty", module: "netty"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user