Skip to content

Commit

Permalink
Update logback-classic to 1.3.14 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Apr 6, 2024
1 parent 5a49f66 commit a22163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Dependencies {

val postgresql = "org.postgresql" % "postgresql" % "42.3.10" % Test

val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test
val junit = "junit" % "junit" % "4.12" % Test
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test
Expand Down

0 comments on commit a22163a

Please sign in to comment.