Skip to content

Commit 77aef65

Browse files
Update logback-classic to 1.5.16 (#130)
1 parent 6066c39 commit 77aef65

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
@@ -28,7 +28,7 @@ lazy val core = project.in(file("core"))
2828
"com.h2database" % "h2" % "2.3.232" % "optional",
2929
"com.typesafe" % "config" % "1.4.3",
3030
"org.slf4j" % "slf4j-api" % "2.0.16",
31-
"ch.qos.logback" % "logback-classic" % "1.5.12",
31+
"ch.qos.logback" % "logback-classic" % "1.5.16",
3232
"com.github.sbt" % "junit-interface" % "0.13.3" % "test"
3333
),
3434
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),

0 commit comments

Comments
 (0)