Browse Source

Upgrade to Mockito 2.23.4, Selenium 3.141.59, JSON-P 1.1.4

pull/2025/head
Juergen Hoeller 6 years ago
parent
commit
c16f36b537
  1. 2
      build.gradle
  2. 4
      spring-test/spring-test.gradle
  3. 2
      spring-web/spring-web.gradle

2
build.gradle

@ -155,7 +155,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") { testCompile("junit:junit:4.12") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("org.mockito:mockito-core:2.23.0") { testCompile("org.mockito:mockito-core:2.23.4") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("com.nhaarman:mockito-kotlin:1.6.0") { testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

4
spring-test/spring-test.gradle

@ -40,10 +40,10 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.33") { optional("net.sourceforge.htmlunit:htmlunit:2.33") {
exclude group: "commons-logging", module: "commons-logging" exclude group: "commons-logging", module: "commons-logging"
} }
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") { optional("org.seleniumhq.selenium:htmlunit-driver:2.33.3") {
exclude group: "commons-logging", module: "commons-logging" exclude group: "commons-logging", module: "commons-logging"
} }
optional("org.seleniumhq.selenium:selenium-java:3.14.0") { optional("org.seleniumhq.selenium:selenium-java:3.141.59") {
exclude group: "commons-logging", module: "commons-logging" exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty" exclude group: "io.netty", module: "netty"
} }

2
spring-web/spring-web.gradle

@ -81,6 +81,6 @@ dependencies {
testRuntime("com.sun.mail:javax.mail:1.6.2") testRuntime("com.sun.mail:javax.mail:1.6.2")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1") testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1") testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
testRuntime("javax.json:javax.json-api:1.1.3") testRuntime("javax.json:javax.json-api:1.1.4")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10") testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
} }

Loading…
Cancel
Save