From 8b7c51a26bfc1c70e0e5c40982af297ab06c9943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:52:52 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-log4j12 from 2.0.9 to 2.0.11 Bumps org.slf4j:slf4j-log4j12 from 2.0.9 to 2.0.11. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-log4j12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7ac32bb..f1c7bdf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") implementation("org.litote.kmongo:kmongo:4.11.0") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") - implementation("org.slf4j:slf4j-log4j12:2.0.9") + implementation("org.slf4j:slf4j-log4j12:2.0.11") implementation("com.jcabi:jcabi-log:0.23.0") implementation("com.apollographql.apollo3:apollo-runtime:3.8.2") implementation("com.github.sya-ri:kgit:1.0.6")