From c24cafcaf1b7c898ddc942d2c049e8eb92b41f39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:49:19 +0000 Subject: [PATCH] chore(deps): update dependency org.apache.logging.log4j:log4j-api-kotlin to v1.2.0 (#270) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- kompendium-playground/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kompendium-playground/build.gradle.kts b/kompendium-playground/build.gradle.kts index 78ce7108e..36f2ed1ba 100644 --- a/kompendium-playground/build.gradle.kts +++ b/kompendium-playground/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { implementation(group = "io.ktor", name = "ktor-locations", version = ktorVersion) // Logging - implementation("org.apache.logging.log4j:log4j-api-kotlin:1.1.0") + implementation("org.apache.logging.log4j:log4j-api-kotlin:1.2.0") implementation("org.apache.logging.log4j:log4j-api:2.17.2") implementation("org.apache.logging.log4j:log4j-core:2.17.2") implementation("org.slf4j:slf4j-api:1.7.36")