Skip to content

Commit

Permalink
Update logback-classic to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] committed Oct 16, 2024
1 parent c07c0ae commit d33bd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.2.224",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
"ch.qos.logback" % "logback-classic" % "1.5.11" % "provided",
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"
),
Expand Down

0 comments on commit d33bd07

Please sign in to comment.