From 25ea2c273258020a69711c0e5b9e2c52967353f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:44:14 +0000 Subject: [PATCH] fix(deps): bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13 Bumps org.slf4j:slf4j-api from 2.0.9 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9479ddb..901b49e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0") implementation("com.squareup.okhttp3:okhttp:4.12.0") - implementation("org.slf4j:slf4j-api:2.0.9") + implementation("org.slf4j:slf4j-api:2.0.13") testRuntimeOnly("org.slf4j:slf4j-simple:2.0.9") testImplementation("org.mockito:mockito-inline:4.11.0")