We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecf630 commit 5e7dda9Copy full SHA for 5e7dda9
kotlin-extension/build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id ("org.jetbrains.kotlin.jvm") version "2.3.10"
+ id ("org.jetbrains.kotlin.jvm") version "2.3.20"
3
}
4
5
description = "OpenTelemetry Example for Kotlin extensions"
log-appender/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation("org.slf4j:jul-to-slf4j:2.0.17")
24
25
// Log4j
26
- implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.3"))
+ implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.4"))
27
implementation("org.apache.logging.log4j:log4j-api")
28
implementation("org.apache.logging.log4j:log4j-core")
29
0 commit comments