diff --git a/build.gradle.kts b/build.gradle.kts index 83044022ce..7f8a3cfa24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,7 +73,7 @@ subprojects { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") - runtimeOnly("de.siegmar:logback-gelf:6.0.1") + runtimeOnly("de.siegmar:logback-gelf:6.0.2") runtimeOnly("io.micrometer:micrometer-registry-prometheus") testImplementation("org.springframework.boot:spring-boot-starter-test") {