Skip to content

Commit 9e97ed2

Browse files
Update logback-classic, logback-core to 1.5.20 (#331)
1 parent 1d0b748 commit 9e97ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ libraryDependencies ++= Seq(
2828
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
2929
"org.testng" % "testng" % "7.11.0" % Test,
3030
"com.google.guava" % "guava" % "33.5.0-jre" % Test,
31-
"ch.qos.logback" % "logback-classic" % "1.5.17" % Test,
32-
"ch.qos.logback" % "logback-core" % "1.5.17" % Test
31+
"ch.qos.logback" % "logback-classic" % "1.5.20" % Test,
32+
"ch.qos.logback" % "logback-core" % "1.5.20" % Test
3333
)
3434

3535
updateOptions := updateOptions.value.withGigahorse(false)

0 commit comments

Comments
 (0)