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 @@ -37,10 +37,10 @@ dependencies {
37
37
optional(" org.apache.taglibs:taglibs-standard-jstlel:1.2.5" ) {
38
38
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
39
39
}
40
- optional(" net.sourceforge.htmlunit:htmlunit:2.34.1 " ) {
40
+ optional(" net.sourceforge.htmlunit:htmlunit:2.35.0 " ) {
41
41
exclude group : " commons-logging" , module : " commons-logging"
42
42
}
43
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.34.0 " ) {
43
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.35.1 " ) {
44
44
exclude group : " commons-logging" , module : " commons-logging"
45
45
}
46
46
optional(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
56
56
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${ jackson2Version} " )
57
57
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ jackson2Version} " )
58
58
optional(" com.google.code.gson:gson:2.8.5" )
59
- optional(" com.google.protobuf:protobuf-java-util:3.6 .1" )
59
+ optional(" com.google.protobuf:protobuf-java-util:3.7 .1" )
60
60
optional(" com.googlecode.protobuf-java-format:protobuf-java-format:1.4" )
61
61
optional(" com.rometools:rome:1.12.0" )
62
62
optional(" com.caucho:hessian:4.0.51" )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
}
41
41
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
42
42
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
43
- optional(" com.google.protobuf:protobuf-java-util:3.6 .1" )
43
+ optional(" com.google.protobuf:protobuf-java-util:3.7 .1" )
44
44
optional(" org.jetbrains.kotlinx:kotlinx-coroutines-core:${ coroutinesVersion} " )
45
45
optional(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${ coroutinesVersion} " )
46
46
testCompile(" javax.xml.bind:jaxb-api:2.3.1" )
You can’t perform that action at this time.
0 commit comments