Skip to content

Commit 084f48b

Browse files
committed
Update logback-classic, logback-core to 1.5.22
1 parent 28804b8 commit 084f48b

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.21" % Test,
32-
"ch.qos.logback" % "logback-core" % "1.5.21" % Test
31+
"ch.qos.logback" % "logback-classic" % "1.5.22" % Test,
32+
"ch.qos.logback" % "logback-core" % "1.5.22" % Test
3333
)
3434

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

0 commit comments

Comments
 (0)