diff --git a/build.gradle b/build.gradle index f9becf8..e7e1668 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ subprojects { dependencies { api 'org.slf4j:jul-to-slf4j:2.0.9' - api 'org.slf4j:jcl-over-slf4j:2.0.9' + api 'org.slf4j:jcl-over-slf4j:2.0.10' api 'com.typesafe.scala-logging:scala-logging_2.13:3.9.5' testImplementation "org.http4s:http4s-blaze-server_2.13:$http4sVersion"