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 3faf604 commit f9b389dCopy full SHA for f9b389d
jit-binding-server/build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
21
implementation("com.sksamuel.aedile:aedile-core:3.0.1")
22
implementation("io.github.oshai:kotlin-logging:7.0.13")
23
- implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.2"))
+ implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.3"))
24
implementation("org.apache.logging.log4j:log4j-jul")
25
runtimeOnly("org.apache.logging.log4j:log4j-core")
26
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl")
0 commit comments