Skip to content

Commit

Permalink
bump: logback-classic 1.5.16 (was 1.5.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 3, 2025
1 parent dfa02bd commit c8b8a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ lazy val tests = project
"org.hamcrest" % "hamcrest" % "3.0" % Test,
"net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test,
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.5.7" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test,
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test,
// Schema registry uses Glassfish which uses java.util.logging
"org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test,
Expand Down

0 comments on commit c8b8a55

Please sign in to comment.