Skip to content

Commit 3e5209b

Browse files
committed
Test dependency updates (Mockito 2.12, HtmlUnit 2.28, Selenium 3.7.1, XMLUnit 2.5.1)
1 parent b5cedd4 commit 3e5209b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ configure(allprojects) { project ->
132132
testCompile("junit:junit:4.12") {
133133
exclude group:'org.hamcrest', module:'hamcrest-core'
134134
}
135-
testCompile("org.mockito:mockito-core:2.11.0") {
135+
testCompile("org.mockito:mockito-core:2.12.0") {
136136
exclude group:'org.hamcrest', module:'hamcrest-core'
137137
}
138138
testCompile("com.nhaarman:mockito-kotlin:1.5.0") {

spring-test/spring-test.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ dependencies {
4343
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
4444
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
4545
}
46-
optional("net.sourceforge.htmlunit:htmlunit:2.27") {
46+
optional("net.sourceforge.htmlunit:htmlunit:2.28") {
4747
exclude group: "commons-logging", module: "commons-logging"
4848
}
49-
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
49+
optional("org.seleniumhq.selenium:htmlunit-driver:2.28") {
5050
exclude group: "commons-logging", module: "commons-logging"
5151
}
52-
optional("org.seleniumhq.selenium:selenium-java:3.6.0") {
52+
optional("org.seleniumhq.selenium:selenium-java:3.7.1") {
5353
exclude group: "commons-logging", module: "commons-logging"
5454
exclude group: "io.netty", module: "netty"
5555
}
56-
optional("org.xmlunit:xmlunit-matchers:2.5.0")
56+
optional("org.xmlunit:xmlunit-matchers:2.5.1")
5757
optional("org.skyscreamer:jsonassert:1.5.0")
5858
optional("com.jayway.jsonpath:json-path:2.4.0")
5959
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

0 commit comments

Comments
 (0)