We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1ac49 commit 7bd5616Copy full SHA for 7bd5616
jit-binding-server/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
implementation("io.opentelemetry:opentelemetry-exporter-logging:1.43.0")
23
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
24
implementation("io.github.oshai:kotlin-logging:7.0.0")
25
- implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.0"))
+ implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.1"))
26
implementation("org.apache.logging.log4j:log4j-jul")
27
runtimeOnly("org.apache.logging.log4j:log4j-core")
28
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl")
0 commit comments