Upgrade to AspectJ 1.9.6, RxJava 3.0.5, HtmlUnit 2.43

This commit is contained in:
Juergen Hoeller 2020-08-10 19:05:59 +02:00
parent 890f29e832
commit 9d92fa79d3
1 changed files with 4 additions and 4 deletions

View File

@ -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 ->
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 ->
}
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") {