From 8caee55f43996b5b7585cdf0e4bf62aedd9f09e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:33:24 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.logging.log4j:log4j-api-kotlin to v1.4.0 (#554) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/build.gradle.kts b/playground/build.gradle.kts index 8b560094d..ba8698eca 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("io.ktor:ktor-server-resources:$ktorVersion") // Logging - implementation("org.apache.logging.log4j:log4j-api-kotlin:1.3.0") + implementation("org.apache.logging.log4j:log4j-api-kotlin:1.4.0") implementation("org.apache.logging.log4j:log4j-api:2.22.1") implementation("org.apache.logging.log4j:log4j-core:2.22.1") implementation("org.slf4j:slf4j-api:2.0.9")