Skip to content

Commit

Permalink
Update log4j2
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Nov 21, 2024
1 parent 60122fb commit 9591104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencyResolutionManagement {
library("restate-sdk-request-identity", "dev.restate", "sdk-request-identity")
.versionRef("restate")

version("log4j", "2.19.0")
version("log4j", "2.24.1")
library("log4j-api", "org.apache.logging.log4j", "log4j-api").versionRef("log4j")
library("log4j-core", "org.apache.logging.log4j", "log4j-core").versionRef("log4j")
library("log4j-slf4j", "org.apache.logging.log4j", "log4j-slf4j-impl").versionRef("log4j")
Expand Down

0 comments on commit 9591104

Please sign in to comment.