Skip to content

Commit 52cb190

Browse files
committed
[9.1.x] slf4j-api 2.0.17 (was 2.0.16)
1 parent 2c71542 commit 52cb190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
4444
libraryDependencies ++= Seq(
4545
"javax.inject" % "javax.inject" % "1",
4646
"com.typesafe" % "config" % "1.4.3",
47-
"org.slf4j" % "slf4j-api" % "2.0.16",
47+
"org.slf4j" % "slf4j-api" % "2.0.17",
4848
"org.apache.commons" % "commons-email" % "1.6.0",
4949
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
5050
"com.typesafe.play" %% "play-specs2" % Dependencies.PlayVersion % Test

0 commit comments

Comments
 (0)