File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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" ) {
Original file line number Diff line number Diff 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} " )
You can’t perform that action at this time.
0 commit comments