From 3390b0f807be239d981b91aea964711227eef281 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:25:20 +0000 Subject: [PATCH] fix(deps): update dependency com.github.loki4j:loki-logback-appender to v1.5.0 --- boot-strategy-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot-strategy-plugin/build.gradle b/boot-strategy-plugin/build.gradle index 0272f490f..91c47e8ce 100644 --- a/boot-strategy-plugin/build.gradle +++ b/boot-strategy-plugin/build.gradle @@ -31,7 +31,7 @@ dependencies { //For Latency Visualization implementation 'io.opentelemetry:opentelemetry-exporter-zipkin' // For pushing logs out - runtimeOnly 'com.github.loki4j:loki-logback-appender:1.4.2' + runtimeOnly 'com.github.loki4j:loki-logback-appender:1.5.0' runtimeOnly 'io.micrometer:micrometer-registry-prometheus' testImplementation 'org.springframework.boot:spring-boot-starter-test' }