|
|
|
@ -28,7 +28,7 @@ configure(allprojects) { project -> |
|
|
|
dependencyManagement { |
|
|
|
dependencyManagement { |
|
|
|
imports { |
|
|
|
imports { |
|
|
|
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6" |
|
|
|
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6" |
|
|
|
mavenBom "io.netty:netty-bom:4.1.74.Final" |
|
|
|
mavenBom "io.netty:netty-bom:4.1.75.Final" |
|
|
|
mavenBom "io.projectreactor:reactor-bom:2020.0.17" |
|
|
|
mavenBom "io.projectreactor:reactor-bom:2020.0.17" |
|
|
|
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR12" |
|
|
|
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR12" |
|
|
|
mavenBom "io.rsocket:rsocket-bom:1.1.1" |
|
|
|
mavenBom "io.rsocket:rsocket-bom:1.1.1" |
|
|
|
@ -39,13 +39,13 @@ configure(allprojects) { project -> |
|
|
|
mavenBom "org.junit:junit-bom:5.8.2" |
|
|
|
mavenBom "org.junit:junit-bom:5.8.2" |
|
|
|
} |
|
|
|
} |
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') { |
|
|
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.2') { |
|
|
|
entry 'log4j-api' |
|
|
|
entry 'log4j-api' |
|
|
|
entry 'log4j-core' |
|
|
|
entry 'log4j-core' |
|
|
|
entry 'log4j-jul' |
|
|
|
entry 'log4j-jul' |
|
|
|
entry 'log4j-slf4j-impl' |
|
|
|
entry 'log4j-slf4j-impl' |
|
|
|
} |
|
|
|
} |
|
|
|
dependency "org.slf4j:slf4j-api:1.7.35" |
|
|
|
dependency "org.slf4j:slf4j-api:1.7.36" |
|
|
|
dependency("com.google.code.findbugs:findbugs:3.0.1") { |
|
|
|
dependency("com.google.code.findbugs:findbugs:3.0.1") { |
|
|
|
exclude group: "dom4j", name: "dom4j" |
|
|
|
exclude group: "dom4j", name: "dom4j" |
|
|
|
} |
|
|
|
} |
|
|
|
@ -68,7 +68,7 @@ configure(allprojects) { project -> |
|
|
|
dependency "io.reactivex:rxjava-reactive-streams:1.2.1" |
|
|
|
dependency "io.reactivex:rxjava-reactive-streams:1.2.1" |
|
|
|
dependency "io.reactivex.rxjava2:rxjava:2.2.21" |
|
|
|
dependency "io.reactivex.rxjava2:rxjava:2.2.21" |
|
|
|
dependency "io.reactivex.rxjava3:rxjava:3.1.3" |
|
|
|
dependency "io.reactivex.rxjava3:rxjava:3.1.3" |
|
|
|
dependency "io.smallrye.reactive:mutiny:1.3.1" |
|
|
|
dependency "io.smallrye.reactive:mutiny:1.4.0" |
|
|
|
dependency "io.projectreactor.tools:blockhound:1.0.6.RELEASE" |
|
|
|
dependency "io.projectreactor.tools:blockhound:1.0.6.RELEASE" |
|
|
|
|
|
|
|
|
|
|
|
dependency "com.caucho:hessian:4.0.63" |
|
|
|
dependency "com.caucho:hessian:4.0.63" |
|
|
|
@ -124,7 +124,7 @@ configure(allprojects) { project -> |
|
|
|
dependency "org.ehcache:jcache:1.0.1" |
|
|
|
dependency "org.ehcache:jcache:1.0.1" |
|
|
|
dependency "org.ehcache:ehcache:3.4.0" |
|
|
|
dependency "org.ehcache:ehcache:3.4.0" |
|
|
|
dependency "org.hibernate:hibernate-core:5.4.33.Final" |
|
|
|
dependency "org.hibernate:hibernate-core:5.4.33.Final" |
|
|
|
dependency "org.hibernate:hibernate-validator:6.2.2.Final" |
|
|
|
dependency "org.hibernate:hibernate-validator:6.2.3.Final" |
|
|
|
dependency "org.webjars:webjars-locator-core:0.48" |
|
|
|
dependency "org.webjars:webjars-locator-core:0.48" |
|
|
|
dependency "org.webjars:underscorejs:1.8.3" |
|
|
|
dependency "org.webjars:underscorejs:1.8.3" |
|
|
|
|
|
|
|
|
|
|
|
@ -198,7 +198,7 @@ configure(allprojects) { project -> |
|
|
|
exclude group: "org.hamcrest", name: "hamcrest-core" |
|
|
|
exclude group: "org.hamcrest", name: "hamcrest-core" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
dependencySet(group: 'org.mockito', version: '4.3.1') { |
|
|
|
dependencySet(group: 'org.mockito', version: '4.4.0') { |
|
|
|
entry('mockito-core') { |
|
|
|
entry('mockito-core') { |
|
|
|
exclude group: "org.hamcrest", name: "hamcrest-core" |
|
|
|
exclude group: "org.hamcrest", name: "hamcrest-core" |
|
|
|
} |
|
|
|
} |
|
|
|
@ -206,10 +206,10 @@ configure(allprojects) { project -> |
|
|
|
} |
|
|
|
} |
|
|
|
dependency "io.mockk:mockk:1.12.1" |
|
|
|
dependency "io.mockk:mockk:1.12.1" |
|
|
|
|
|
|
|
|
|
|
|
dependency("net.sourceforge.htmlunit:htmlunit:2.58.0") { |
|
|
|
dependency("net.sourceforge.htmlunit:htmlunit:2.59.0") { |
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
} |
|
|
|
} |
|
|
|
dependency("org.seleniumhq.selenium:htmlunit-driver:2.58.0") { |
|
|
|
dependency("org.seleniumhq.selenium:htmlunit-driver:2.59.0") { |
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
} |
|
|
|
} |
|
|
|
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") { |
|
|
|
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") { |
|
|
|
|