From c6e606baa66a638b9c86600e0412dd47e358936b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:09:59 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.3 to 2.0.4 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api 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 a9e6786f..7cd63238 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.21") implementation("io.github.microutils:kotlin-logging:3.0.4") - implementation("org.slf4j:slf4j-api:2.0.3") + implementation("org.slf4j:slf4j-api:2.0.4") testRuntimeOnly("ch.qos.logback:logback-classic:1.3.3") implementation("org.yaml:snakeyaml:1.33")