From adf5dcc4b7208f5acc9fdaa34dda539775fcac6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:09:09 +0000 Subject: [PATCH] Bump slf4j-log4j12 from 1.7.21 to 2.0.2 Bumps [slf4j-log4j12](https://github.com/qos-ch/slf4j) from 1.7.21 to 2.0.2. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) --- 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..f923e7e 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.2") } tasks.withType {