Skip to content

Commit 7bd5616

Browse files
committed
fix(deps): update dependency org.apache.logging.log4j:log4j-bom to v2.24.1
1 parent 3e1ac49 commit 7bd5616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation("io.opentelemetry:opentelemetry-exporter-logging:1.43.0")
2323
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
2424
implementation("io.github.oshai:kotlin-logging:7.0.0")
25-
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.0"))
25+
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.1"))
2626
implementation("org.apache.logging.log4j:log4j-jul")
2727
runtimeOnly("org.apache.logging.log4j:log4j-core")
2828
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl")

0 commit comments

Comments
 (0)