From 5cf021f4fdd5d850926b5c1fe407211caf3b537b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:54:47 +0400 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 (#105) Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 466ef3b..99ae0c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { implementation(libs.jaeger.thrift) implementation("ch.qos.logback:logback-classic:1.5.6") - implementation("org.slf4j:slf4j-api:2.0.12") + implementation("org.slf4j:slf4j-api:2.0.13") implementation("io.springfox:springfox-swagger2:${swaggerVersion}") implementation("io.springfox:springfox-swagger-ui:${swaggerVersion}")