Skip to content

Commit 650a809

Browse files
Update logback-classic to 1.5.31
1 parent 4d8c57d commit 650a809

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
@@ -60,7 +60,7 @@ lazy val core = (project in file("core")).settings(
6060
},
6161
libraryDependencies ++= {
6262
if (scala.util.Properties.isJavaAtLeast("11")) {
63-
Seq("ch.qos.logback" % "logback-classic" % "1.5.29" % "test")
63+
Seq("ch.qos.logback" % "logback-classic" % "1.5.31" % "test")
6464
} else {
6565
Nil
6666
}

0 commit comments

Comments
 (0)