From 2f35d56b79131c77c17611fa7d6977a8c1bf7e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:22:13 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12 Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple 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 5872c18..d33f040 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { api("io.github.microutils:kotlin-logging-jvm:3.0.5") api("com.github.kittinunf.fuel:fuel:2.3.1") api("com.github.kittinunf.fuel:fuel-coroutines:2.3.1") - api("org.slf4j:slf4j-simple:2.0.9") + api("org.slf4j:slf4j-simple:2.0.12") api("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0") api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0") api("io.taff.exposed:exposed-core:0.10.0")