Skip to content

Commit

Permalink
Bump log4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 21, 2024
1 parent 6ef53a6 commit b2ce1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ plugins {
dependencies {
implementation(kotlin("reflect"))
testImplementation(kotlin("test"))
implementation("org.apache.logging.log4j:log4j-core:2.22.1")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("org.apache.commons:commons-text:1.11.0")
}

0 comments on commit b2ce1ce

Please sign in to comment.