Skip to content

Commit fce06c1

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update logback-classic to 1.5.21
1 parent 9ebfff4 commit fce06c1

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
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
1212
"com.mysql" % "mysql-connector-j" % "9.5.0" % "test",
1313
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
1414
"com.h2database" % "h2" % "1.4.192" % "test",
15-
"ch.qos.logback" % "logback-classic" % "1.5.20" % "test"
15+
"ch.qos.logback" % "logback-classic" % "1.5.21" % "test"
1616
)
1717

1818
publishMavenStyle := true

0 commit comments

Comments
 (0)