mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
Upgrade to 3rd Apache patch for log4j (#3772)
This commit is contained in:
parent
110efa68b9
commit
8cd1e91072
@ -17,11 +17,11 @@ dependencies {
|
||||
testCompile externalDependency.mockito
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
@ -15,11 +15,11 @@ dependencies {
|
||||
avroOriginal project(path: ':metadata-models', configuration: 'avroSchema')
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,11 +9,11 @@ dependencies {
|
||||
testCompile project(':metadata-testing:metadata-test-utils')
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,11 +19,11 @@ dependencies {
|
||||
runtime externalDependency.logbackClassic
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,11 +22,11 @@ dependencies {
|
||||
runtime externalDependency.logbackClassic
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,11 +28,11 @@ dependencies {
|
||||
annotationProcessor externalDependency.picocli
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,11 +47,11 @@ dependencies {
|
||||
testAnnotationProcessor externalDependency.lombok
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,11 +24,11 @@ configurations {
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,11 +12,11 @@ dependencies {
|
||||
compile externalDependency.neo4jHarness
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,11 +11,11 @@ dependencies {
|
||||
compile externalDependency.neo4jHarness
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,11 +28,11 @@ dependencies {
|
||||
testCompile project(':metadata-testing:metadata-test-utils')
|
||||
|
||||
constraints {
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-core:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.16.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-44228")
|
||||
implementation("org.apache.logging.log4j:log4j-api:2.17.0") {
|
||||
because("previous versions are vulnerable to CVE-2021-45105")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user