|
|
|
|
@ -26,8 +26,8 @@ configure(allprojects) { project ->
@@ -26,8 +26,8 @@ configure(allprojects) { project ->
|
|
|
|
|
dependencyManagement { |
|
|
|
|
imports { |
|
|
|
|
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3" |
|
|
|
|
mavenBom "io.netty:netty-bom:4.1.53.Final" |
|
|
|
|
mavenBom "io.projectreactor:reactor-bom:2020.0.0" |
|
|
|
|
mavenBom "io.netty:netty-bom:4.1.54.Final" |
|
|
|
|
mavenBom "io.projectreactor:reactor-bom:2020.0.1" |
|
|
|
|
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR8" |
|
|
|
|
mavenBom "io.rsocket:rsocket-bom:1.1.0" |
|
|
|
|
mavenBom "org.eclipse.jetty:jetty-bom:9.4.34.v20201102" |
|
|
|
|
@ -36,7 +36,7 @@ configure(allprojects) { project ->
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
|
|
|
|
|
mavenBom "org.junit:junit-bom:5.7.0" |
|
|
|
|
} |
|
|
|
|
dependencies { |
|
|
|
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.3') { |
|
|
|
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.14.0') { |
|
|
|
|
entry 'log4j-api' |
|
|
|
|
entry 'log4j-core' |
|
|
|
|
entry 'log4j-jul' |
|
|
|
|
@ -73,9 +73,9 @@ configure(allprojects) { project ->
@@ -73,9 +73,9 @@ configure(allprojects) { project ->
|
|
|
|
|
exclude group: "stax", name: "stax-api" |
|
|
|
|
} |
|
|
|
|
dependency "com.google.code.gson:gson:2.8.6" |
|
|
|
|
dependency "com.google.protobuf:protobuf-java-util:3.13.0" |
|
|
|
|
dependency "com.google.protobuf:protobuf-java-util:3.14.0" |
|
|
|
|
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4" |
|
|
|
|
dependency("com.thoughtworks.xstream:xstream:1.4.13") { |
|
|
|
|
dependency("com.thoughtworks.xstream:xstream:1.4.14") { |
|
|
|
|
exclude group: "xpp3", name: "xpp3_min" |
|
|
|
|
exclude group: "xmlpull", name: "xmlpull" |
|
|
|
|
} |
|
|
|
|
@ -96,7 +96,7 @@ configure(allprojects) { project ->
@@ -96,7 +96,7 @@ configure(allprojects) { project ->
|
|
|
|
|
|
|
|
|
|
dependency "com.h2database:h2:1.4.200" |
|
|
|
|
dependency "com.github.ben-manes.caffeine:caffeine:2.8.6" |
|
|
|
|
dependency "com.github.librepdf:openpdf:1.3.22" |
|
|
|
|
dependency "com.github.librepdf:openpdf:1.3.23" |
|
|
|
|
dependency "com.rometools:rome:1.15.0" |
|
|
|
|
dependency "commons-io:commons-io:2.5" |
|
|
|
|
dependency "io.vavr:vavr:0.10.3" |
|
|
|
|
@ -190,7 +190,7 @@ configure(allprojects) { project ->
@@ -190,7 +190,7 @@ configure(allprojects) { project ->
|
|
|
|
|
dependency "org.testng:testng:7.3.0" |
|
|
|
|
dependency "org.hamcrest:hamcrest:2.1" |
|
|
|
|
dependency "org.awaitility:awaitility:3.1.6" |
|
|
|
|
dependency "org.assertj:assertj-core:3.18.0" |
|
|
|
|
dependency "org.assertj:assertj-core:3.18.1" |
|
|
|
|
dependencySet(group: 'org.xmlunit', version: '2.6.2') { |
|
|
|
|
entry 'xmlunit-assertj' |
|
|
|
|
entry('xmlunit-matchers') { |
|
|
|
|
@ -203,12 +203,12 @@ configure(allprojects) { project ->
@@ -203,12 +203,12 @@ configure(allprojects) { project ->
|
|
|
|
|
} |
|
|
|
|
entry 'mockito-junit-jupiter' |
|
|
|
|
} |
|
|
|
|
dependency "io.mockk:mockk:1.10.0" |
|
|
|
|
dependency "io.mockk:mockk:1.10.2" |
|
|
|
|
|
|
|
|
|
dependency("net.sourceforge.htmlunit:htmlunit:2.44.0") { |
|
|
|
|
dependency("net.sourceforge.htmlunit:htmlunit:2.45.0") { |
|
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
|
} |
|
|
|
|
dependency("org.seleniumhq.selenium:htmlunit-driver:2.44.0") { |
|
|
|
|
dependency("org.seleniumhq.selenium:htmlunit-driver:2.45.0") { |
|
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
|
} |
|
|
|
|
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") { |
|
|
|
|
@ -339,7 +339,7 @@ configure([rootProject] + javaProjects) { project ->
@@ -339,7 +339,7 @@ configure([rootProject] + javaProjects) { project ->
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
checkstyle { |
|
|
|
|
toolVersion = "8.36.2" |
|
|
|
|
toolVersion = "8.37" |
|
|
|
|
configDirectory.set(rootProject.file("src/checkstyle")) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|