Skip to content

Commit b9d71ea

Browse files
Update logback-classic to 1.4.11 (#136)
Co-authored-by: Seth Tisue <[email protected]>
1 parent 0056619 commit b9d71ea

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
@@ -37,7 +37,7 @@ lazy val core = (
3737
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.1.202309021850-r",
3838
"org.slf4j" % "slf4j-api" % "2.0.7",
3939
"org.slf4j" % "log4j-over-slf4j" % "2.0.7", // for any java classes looking for this
40-
"ch.qos.logback" % "logback-classic" % "1.4.8",
40+
"ch.qos.logback" % "logback-classic" % "1.4.11",
4141
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
4242
),
4343
name := buildName + "-core",

0 commit comments

Comments
 (0)