Skip to content

Commit 98383f9

Browse files
committed
Update logback-classic, logback-core to 1.5.27
1 parent e661bd4 commit 98383f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Dependencies {
1515
val sstream = "com.evolutiongaming" %% "sstream" % "1.1.0"
1616

1717
object Logback {
18-
private val version = "1.5.20"
18+
private val version = "1.5.27"
1919
val core = "ch.qos.logback" % "logback-core" % version
2020
val classic = "ch.qos.logback" % "logback-classic" % version
2121
}

0 commit comments

Comments
 (0)