Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 0fe3d4a commit bbc9d1e
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 @@ -39,7 +39,7 @@ val postgresDeps = Seq(
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
"dev.zio" %% "zio-interop-cats" % "3.2.9.1",
"ch.qos.logback" % "logback-classic" % "1.4.0" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test,
"org.testcontainers" % "postgresql" % "1.17.3" % Test
) ++ testDeps

Expand Down

0 comments on commit bbc9d1e

Please sign in to comment.