Skip to content

Commit c16f36b

Browse files
committed
Upgrade to Mockito 2.23.4, Selenium 3.141.59, JSON-P 1.1.4
1 parent ae8f680 commit c16f36b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ configure(allprojects) { project ->
155155
testCompile("junit:junit:4.12") {
156156
exclude group: "org.hamcrest", module: "hamcrest-core"
157157
}
158-
testCompile("org.mockito:mockito-core:2.23.0") {
158+
testCompile("org.mockito:mockito-core:2.23.4") {
159159
exclude group: "org.hamcrest", module: "hamcrest-core"
160160
}
161161
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ dependencies {
4040
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
4141
exclude group: "commons-logging", module: "commons-logging"
4242
}
43-
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") {
43+
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.3") {
4444
exclude group: "commons-logging", module: "commons-logging"
4545
}
46-
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {
46+
optional("org.seleniumhq.selenium:selenium-java:3.141.59") {
4747
exclude group: "commons-logging", module: "commons-logging"
4848
exclude group: "io.netty", module: "netty"
4949
}

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ dependencies {
8181
testRuntime("com.sun.mail:javax.mail:1.6.2")
8282
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
8383
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
84-
testRuntime("javax.json:javax.json-api:1.1.3")
84+
testRuntime("javax.json:javax.json-api:1.1.4")
8585
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
8686
}

0 commit comments

Comments
 (0)