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 ->
155
155
testCompile(" junit:junit:4.12" ) {
156
156
exclude group : " org.hamcrest" , module : " hamcrest-core"
157
157
}
158
- testCompile(" org.mockito:mockito-core:2.23.0 " ) {
158
+ testCompile(" org.mockito:mockito-core:2.23.4 " ) {
159
159
exclude group : " org.hamcrest" , module : " hamcrest-core"
160
160
}
161
161
testCompile(" com.nhaarman:mockito-kotlin:1.6.0" ) {
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ dependencies {
40
40
optional(" net.sourceforge.htmlunit:htmlunit:2.33" ) {
41
41
exclude group : " commons-logging" , module : " commons-logging"
42
42
}
43
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.33.0 " ) {
43
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.33.3 " ) {
44
44
exclude group : " commons-logging" , module : " commons-logging"
45
45
}
46
- optional(" org.seleniumhq.selenium:selenium-java:3.14.0 " ) {
46
+ optional(" org.seleniumhq.selenium:selenium-java:3.141.59 " ) {
47
47
exclude group : " commons-logging" , module : " commons-logging"
48
48
exclude group : " io.netty" , module : " netty"
49
49
}
Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ dependencies {
81
81
testRuntime(" com.sun.mail:javax.mail:1.6.2" )
82
82
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0.1" )
83
83
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 " )
85
85
testRuntime(" org.apache.johnzon:johnzon-jsonb:1.1.10" )
86
86
}
You can’t perform that action at this time.
0 commit comments