|
|
|
@ -28,7 +28,7 @@ configure(allprojects) { project -> |
|
|
|
dependencyManagement { |
|
|
|
dependencyManagement { |
|
|
|
imports { |
|
|
|
imports { |
|
|
|
mavenBom "com.fasterxml.jackson:jackson-bom:2.13.1" |
|
|
|
mavenBom "com.fasterxml.jackson:jackson-bom:2.13.1" |
|
|
|
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:Borca-RELEASE" |
|
|
|
mavenBom "io.r2dbc:r2dbc-bom:Borca-RELEASE" |
|
|
|
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" |
|
|
|
} |
|
|
|
} |
|
|
|
@ -56,7 +56,7 @@ configure(allprojects) { project -> |
|
|
|
entry 'aspectjtools' |
|
|
|
entry 'aspectjtools' |
|
|
|
entry 'aspectjweaver' |
|
|
|
entry 'aspectjweaver' |
|
|
|
} |
|
|
|
} |
|
|
|
dependencySet(group: 'org.apache.groovy', version: '4.0.0') { |
|
|
|
dependencySet(group: 'org.apache.groovy', version: '4.0.1') { |
|
|
|
entry 'groovy' |
|
|
|
entry 'groovy' |
|
|
|
entry 'groovy-jsr223' |
|
|
|
entry 'groovy-jsr223' |
|
|
|
entry 'groovy-templates' // requires findbugs for warning-free compilation |
|
|
|
entry 'groovy-templates' // requires findbugs for warning-free compilation |
|
|
|
@ -64,7 +64,7 @@ configure(allprojects) { project -> |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
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.fasterxml:aalto-xml:1.3.1" |
|
|
|
dependency "com.fasterxml:aalto-xml:1.3.1" |
|
|
|
@ -112,8 +112,8 @@ configure(allprojects) { project -> |
|
|
|
dependency "org.quartz-scheduler:quartz:2.3.2" |
|
|
|
dependency "org.quartz-scheduler:quartz:2.3.2" |
|
|
|
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-jakarta:5.6.5.Final" |
|
|
|
dependency "org.hibernate:hibernate-core-jakarta:5.6.6.Final" |
|
|
|
dependency "org.hibernate:hibernate-validator:7.0.2.Final" |
|
|
|
dependency "org.hibernate:hibernate-validator:7.0.4.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" |
|
|
|
|
|
|
|
|
|
|
|
@ -134,7 +134,7 @@ configure(allprojects) { project -> |
|
|
|
entry 'undertow-websockets-jsr-jakarta' |
|
|
|
entry 'undertow-websockets-jsr-jakarta' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependency "org.eclipse.jetty:jetty-reactive-httpclient:3.0.4" |
|
|
|
dependency "org.eclipse.jetty:jetty-reactive-httpclient:3.0.5" |
|
|
|
dependency 'org.apache.httpcomponents.client5:httpclient5:5.1.3' |
|
|
|
dependency 'org.apache.httpcomponents.client5:httpclient5:5.1.3' |
|
|
|
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.1.3' |
|
|
|
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.1.3' |
|
|
|
dependency("org.apache.httpcomponents:httpclient:4.5.13") { |
|
|
|
dependency("org.apache.httpcomponents:httpclient:4.5.13") { |
|
|
|
@ -177,7 +177,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" |
|
|
|
} |
|
|
|
} |
|
|
|
@ -185,10 +185,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") { |
|
|
|
|