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