From ce4712783890ae26519754c7d54439ef0dd4fff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:14:03 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.36 to 2.0.1 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.1. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api 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 4301977f..4979483c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10") implementation("io.github.microutils:kotlin-logging:2.1.23") - implementation("org.slf4j:slf4j-api:1.7.36") + implementation("org.slf4j:slf4j-api:2.0.1") testRuntimeOnly("ch.qos.logback:logback-classic:1.2.11") implementation("org.yaml:snakeyaml:1.31")