Skip to content

Commit 5a7e021

Browse files
Update slf4j-api, slf4j-simple to 2.0.13 (#333)
1 parent 0256f38 commit 5a7e021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Compile / unmanagedSourceDirectories ++= {
8383
}
8484

8585
libraryDependencies ++= Seq(
86-
"org.slf4j" % "slf4j-api" % "2.0.12",
86+
"org.slf4j" % "slf4j-api" % "2.0.13",
8787
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.21",
8888
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
8989
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
90-
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test
90+
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test
9191
)
9292
libraryDependencies ++= {
9393
if (scalaReleaseVersion.value == 2) {

0 commit comments

Comments
 (0)