From c472044515d3ac969f0ca8b7ac7472e1ca352b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:01:08 +0000 Subject: [PATCH] Bump slf4j-log4j12 from 1.7.21 to 2.0.5 Bumps [slf4j-log4j12](https://github.com/qos-ch/slf4j) from 1.7.21 to 2.0.5. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.21...v_2.0.5) --- 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..de64587 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.5") } tasks.withType {