mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Upgrade log4j2 dependency in response to CVE-2021-44228
This commit is contained in:
@@ -27,8 +27,8 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
|
||||
dependencies {
|
||||
api "com.guardsquare:proguard-core:${proguardCoreVersion}"
|
||||
implementation "com.google.code.gson:gson:${gsonVersion}"
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.14.1'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.14.1'
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
|
||||
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.20"
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.5.20"
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
## Version 7.2-beta2
|
||||
## Version 7.2-beta3
|
||||
|
||||
### Improved
|
||||
|
||||
- Upgrade log4j2 dependency in response to CVE-2021-44228.
|
||||
|
||||
### Java Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user