From 66840d8540349921cf763ab7bcd54d5ead0f6736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 08:12:13 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.3 to 2.0.5 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.5. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.5) --- 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 c2654736..fc49f69a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22") implementation("io.github.microutils:kotlin-logging:3.0.4") - implementation("org.slf4j:slf4j-api:2.0.3") + implementation("org.slf4j:slf4j-api:2.0.5") testRuntimeOnly("ch.qos.logback:logback-classic:1.3.3") implementation("org.yaml:snakeyaml:1.33")