Skip to content

Commit

Permalink
fix(deps): update log4j2 monorepo to v2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent efe2e2d commit 5b1e9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ kotlin {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.freemarker:freemarker:2.3.33")

implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation("org.apache.logging.log4j:log4j-core:2.24.0")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0")
implementation("org.freemarker:freemarker:2.3.33")
configurations["kapt"].dependencies.addAll(
listOf(
Expand Down

0 comments on commit 5b1e9f9

Please sign in to comment.