|
|
|
|
@ -46,7 +46,7 @@ configure(allprojects) { project ->
@@ -46,7 +46,7 @@ configure(allprojects) { project ->
|
|
|
|
|
} |
|
|
|
|
dependency "com.google.code.findbugs:jsr305:3.0.2" |
|
|
|
|
|
|
|
|
|
dependencySet(group: 'org.aspectj', version: '1.9.5') { |
|
|
|
|
dependencySet(group: 'org.aspectj', version: '1.9.6') { |
|
|
|
|
entry 'aspectjrt' |
|
|
|
|
entry 'aspectjtools' |
|
|
|
|
entry 'aspectjweaver' |
|
|
|
|
@ -62,7 +62,7 @@ configure(allprojects) { project ->
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
|
|
|
|
|
dependency "io.reactivex:rxjava:1.3.8" |
|
|
|
|
dependency "io.reactivex:rxjava-reactive-streams:1.2.1" |
|
|
|
|
dependency "io.reactivex.rxjava2:rxjava:2.2.19" |
|
|
|
|
dependency "io.reactivex.rxjava3:rxjava:3.0.4" |
|
|
|
|
dependency "io.reactivex.rxjava3:rxjava:3.0.5" |
|
|
|
|
dependency "io.projectreactor.tools:blockhound:1.0.2.RELEASE" |
|
|
|
|
|
|
|
|
|
dependency "com.caucho:hessian:4.0.63" |
|
|
|
|
@ -199,10 +199,10 @@ configure(allprojects) { project ->
@@ -199,10 +199,10 @@ configure(allprojects) { project ->
|
|
|
|
|
} |
|
|
|
|
dependency "io.mockk:mockk:1.10.0" |
|
|
|
|
|
|
|
|
|
dependency("net.sourceforge.htmlunit:htmlunit:2.42.0") { |
|
|
|
|
dependency("net.sourceforge.htmlunit:htmlunit:2.43.0") { |
|
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
|
} |
|
|
|
|
dependency("org.seleniumhq.selenium:htmlunit-driver:2.42.0") { |
|
|
|
|
dependency("org.seleniumhq.selenium:htmlunit-driver:2.43.0") { |
|
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
|
} |
|
|
|
|
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") { |
|
|
|
|
|