diff --git a/build.gradle b/build.gradle index bb94998..7c1c740 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { api "org.thymeleaf:thymeleaf:$thymeleaf_version" //Logging API - api "org.slf4j:slf4j-api:1.7.28" + api "org.slf4j:slf4j-api:1.7.31" testImplementation 'org.slf4j:slf4j-simple:1.7.28' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"