From 39974f59cbb0d278b729b97ad8bc78f819a5e519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:42:32 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.11 Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.11. --- 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..487aa66 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.11") 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")