Skip to content

Commit f1ac5ff

Browse files
scala-stewardaugi
authored andcommitted
Update logback-classic from 1.5.29 to 1.5.30
1 parent 5841652 commit f1ac5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val commonSettings = Seq(
4646
"org.mockito" % "mockito-all" % "1.10.19" % "test",
4747
"junit" % "junit" % "4.13.2" % "test",
4848
"com.github.sbt" % "junit-interface" % "0.13.3" % "test", // Required by sbt to execute JUnit tests
49-
"ch.qos.logback" % "logback-classic" % "1.5.29" % "test",
49+
"ch.qos.logback" % "logback-classic" % "1.5.30" % "test",
5050
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "test" // for compatibility with JDK >8
5151
),
5252
testOptions += Tests.Argument(TestFrameworks.JUnit)

0 commit comments

Comments
 (0)