Skip to content

Commit

Permalink
Merge pull request #5753 from stubenhuang/issue-5752
Browse files Browse the repository at this point in the history
feat: 升级log4j #5752
  • Loading branch information
irwinsun authored Dec 10, 2021
2 parents 9d29240 + 70d466f commit feadcd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/backend/ci/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ allprojects {
entry("docker-java")
entry("docker-java-transport-okhttp")
}
dependencySet("org.apache.logging.log4j:${Versions.log4j}"){
entry("log4j-api")
entry("log4j-core")
}
dependencySet("com.tencent.bkrepo:${Versions.TencentBkRepo}") {
entry("api-generic")
entry("api-repository")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ object Versions {
const val Oshi = "5.8.3"
const val Leaf = "1.0.1-RELEASE"
const val p4 = "2021.1.2163843"
const val log4j = "2.15.0"
}

0 comments on commit feadcd4

Please sign in to comment.