Skip to content

Commit

Permalink
fix(deps): update log4j2 monorepo to v2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 95c8d5c commit 49224c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies {
implementation(group = "javax.inject", name = "javax.inject", version = "1")
implementation(group = "javax.xml.bind", name = "jaxb-api", version = "2.3.1")
implementation(group = "net.minecrell", name = "terminalconsoleappender", version = "1.3.0")
implementation(group = "org.apache.logging.log4j", name = "log4j-core", version = "2.24.2")
implementation(group = "org.apache.logging.log4j", name = "log4j-api", version = "2.24.2")
implementation(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.24.2")
implementation(group = "org.apache.logging.log4j", name = "log4j-core", version = "2.24.3")
implementation(group = "org.apache.logging.log4j", name = "log4j-api", version = "2.24.3")
implementation(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.24.3")
implementation(group = "org.ow2.asm", name = "asm", version = "9.7.1")
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.16")
implementation(group = "redis.clients", name = "jedis", version = "5.2.0")
Expand Down

0 comments on commit 49224c3

Please sign in to comment.