Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-core to v…
Browse files Browse the repository at this point in the history
…2.23.1
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Mar 10, 2024
1 parent 51a7a10 commit e391e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.apache.logging.log4j:log4j-core:2.23.0")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("commons-codec:commons-codec:1.16.1")

implementation("com.lordcodes.turtle:turtle:0.9.0")
Expand Down

0 comments on commit e391e9b

Please sign in to comment.