This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch logback-cve in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git
commit c78298e49f3598600b301df6431cfc0f8abe0185 Author: PJ Fanning <[email protected]> AuthorDate: Fri Dec 1 21:32:53 2023 +0100 logback cve --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index fbf737f..04a89d8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,7 +40,7 @@ object Dependencies { val Migration: Seq[ModuleID] = Seq( "com.typesafe" % "config" % "1.4.2", - "ch.qos.logback" % "logback-classic" % "1.2.10", + "ch.qos.logback" % "logback-classic" % "1.2.13", "org.testcontainers" % "postgresql" % "1.16.3" % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided) } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
