Skip to content

Commit

Permalink
feat: 升级log4j #5752
Browse files Browse the repository at this point in the history
log4j升级到2.17.0
  • Loading branch information
irwinsun committed Dec 22, 2021
1 parent dac3c6a commit b6e005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/ci/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ repositories {
dependencies {
implementation("nu.studer:gradle-jooq-plugin:5.2.1")
implementation("com.github.jengelman.gradle.plugins:shadow:6.1.0")
implementation("org.apache.logging.log4j:log4j-core:2.16.0")
implementation("org.apache.logging.log4j:log4j-core:2.17.0")
}

0 comments on commit b6e005e

Please sign in to comment.