File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ configure(allprojects) { project ->
132
132
testCompile(" junit:junit:4.12" ) {
133
133
exclude group :' org.hamcrest' , module :' hamcrest-core'
134
134
}
135
- testCompile(" org.mockito:mockito-core:2.11 .0" ) {
135
+ testCompile(" org.mockito:mockito-core:2.12 .0" ) {
136
136
exclude group :' org.hamcrest' , module :' hamcrest-core'
137
137
}
138
138
testCompile(" com.nhaarman:mockito-kotlin:1.5.0" ) {
Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ dependencies {
43
43
optional(" org.apache.taglibs:taglibs-standard-jstlel:1.2.5" ) {
44
44
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
45
45
}
46
- optional(" net.sourceforge.htmlunit:htmlunit:2.27 " ) {
46
+ optional(" net.sourceforge.htmlunit:htmlunit:2.28 " ) {
47
47
exclude group : " commons-logging" , module : " commons-logging"
48
48
}
49
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.27 " ) {
49
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.28 " ) {
50
50
exclude group : " commons-logging" , module : " commons-logging"
51
51
}
52
- optional(" org.seleniumhq.selenium:selenium-java:3.6.0 " ) {
52
+ optional(" org.seleniumhq.selenium:selenium-java:3.7.1 " ) {
53
53
exclude group : " commons-logging" , module : " commons-logging"
54
54
exclude group : " io.netty" , module : " netty"
55
55
}
56
- optional(" org.xmlunit:xmlunit-matchers:2.5.0 " )
56
+ optional(" org.xmlunit:xmlunit-matchers:2.5.1 " )
57
57
optional(" org.skyscreamer:jsonassert:1.5.0" )
58
58
optional(" com.jayway.jsonpath:json-path:2.4.0" )
59
59
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
You can’t perform that action at this time.
0 commit comments