Skip to content

Commit a2c5e8b

Browse files
Update logback-classic to 1.5.17 (#134)
Co-authored-by: Seth Tisue <[email protected]>
1 parent 3b7a5d5 commit a2c5e8b

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.17",
31-
"ch.qos.logback" % "logback-classic" % "1.5.16",
31+
"ch.qos.logback" % "logback-classic" % "1.5.17",
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)