Skip to content

Commit 5d22a37

Browse files
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.16
1 parent 712f222 commit 5d22a37

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.13"
41+
"org.slf4j" % "slf4j-api" % "2.0.16"
4242
)
4343

4444
scalacOptions := Seq(

0 commit comments

Comments
 (0)