Skip to content

Commit 41bda45

Browse files
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.17 (#4522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 144def7 commit 41bda45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
3838
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
3939
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
4040
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
41-
"org.slf4j" % "slf4j-api" % "2.0.16"
41+
"org.slf4j" % "slf4j-api" % "2.0.17"
4242
)
4343

4444
scalacOptions := Seq(

0 commit comments

Comments
 (0)