From f50a5ae095a97bba44ab4bb8fc9b2a8bf04ddd61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:03:48 +0000 Subject: [PATCH] fix(deps): update slf4j monorepo to v2.0.15 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4bb8da6..77268c5 100644 --- a/build.gradle +++ b/build.gradle @@ -16,10 +16,10 @@ repositories { } dependencies { - implementation 'org.slf4j:slf4j-api:2.0.13' + implementation 'org.slf4j:slf4j-api:2.0.15' implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0' implementation 'org.jasypt:jasypt:1.9.3' - runtimeOnly 'org.slf4j:slf4j-simple:2.0.13' + runtimeOnly 'org.slf4j:slf4j-simple:2.0.15' testImplementation "junit:junit:$junitVersion" }