From e5a77746b3096fd637aa5be1ca7b1cee11f84950 Mon Sep 17 00:00:00 2001 From: mariampervez Date: Wed, 2 Oct 2024 13:15:52 +0200 Subject: [PATCH] U - Oppgraderer org.slf4j:slf4j-api:2.0.13 -> 2.0.16 Automatisert oppgradering av org.slf4j. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dad0044..ffe2df6 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation("org.springframework:spring-web") implementation("org.springframework:spring-context") - implementation("org.slf4j:slf4j-api:2.0.13") + implementation("org.slf4j:slf4j-api:2.0.16") //Jackson json implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonModuleKotlinVersion")