From e214def1aa34387bd2062f09997825e6f359cb46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 14:01:32 +0000 Subject: [PATCH] Bump slf4j-log4j12 from 1.7.21 to 2.0.6 Bumps [slf4j-log4j12](https://github.com/qos-ch/slf4j) from 1.7.21 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.21...v_2.0.6) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-log4j12 dependency-type: direct:production update-type: version-update:semver-major ... 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 e5dcfa0..72625bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { implementation(kotlin("stdlib")) implementation("com.github.sya-ri:kgit:1.0.3") - implementation("org.slf4j:slf4j-log4j12:1.7.21") + implementation("org.slf4j:slf4j-log4j12:2.0.6") } tasks.withType {