Skip to content

Commit

Permalink
feat: 升级log4j TencentBlueKing#5752
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanruitao committed Dec 12, 2021
1 parent 023f075 commit 5377a4b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/backend/codecc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
commonExecVersion = "1.3"
bouncyCastleVersion = "1.46"
dom4jVersion = "1.6.1"
slf4jVersion = "1.7.25"
slf4jVersion = "1.7.30"
mockitoVersion = "1.10.19"
httpclientVersion = "4.5.2"
compressVersion = "1.15"
Expand Down Expand Up @@ -47,6 +47,7 @@ buildscript {
commonsHttpclientVersion = "3.1"
ciVersion = "1.5.8-RELEASE"
jsonVersion = "20180130"
log4jVersion = "2.15.0"
}

def mavenRepoUrl = System.getProperty("mavenRepoUrl")
Expand Down Expand Up @@ -281,6 +282,11 @@ subprojects {
}
dependency "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
dependency "org.json:json:$jsonVersion"
dependencySet(group: 'org.apache.logging.log4j', version: "$log4jVersion") {
entry "log4j-api"
entry "log4j-core"
entry "log4j-slf4j-impl"
}
}
}

Expand Down

0 comments on commit 5377a4b

Please sign in to comment.