Skip to content

Commit f97ed2f

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update logback-classic to 1.5.3
1 parent 8499324 commit f97ed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
2020
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
2121
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
2222
"com.h2database" % "h2" % "1.4.192" % "test",
23-
"ch.qos.logback" % "logback-classic" % "1.5.2" % "test"
23+
"ch.qos.logback" % "logback-classic" % "1.5.3" % "test"
2424
)
2525

2626
publishMavenStyle := true

0 commit comments

Comments
 (0)