diff --git a/build.sbt b/build.sbt index 02df175..4e39cf0 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val root = (project in file(".")) ++ Seq( "net.logstash.logback" % "logstash-logback-encoder" % "8.0", // Transient dependency of Play. No newer version of Play 2.9 or Play 3.0 with this vulnerability fixed. - "ch.qos.logback" % "logback-classic" % "1.5.13", + "ch.qos.logback" % "logback-classic" % "1.5.15", ), buildInfoKeys ++= Seq[BuildInfoKey]( diff --git a/project/build.properties b/project/build.properties index e88a0d8..73df629 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.6 +sbt.version=1.10.7