diff --git a/play-scala-chatroom-example/build.sbt b/play-scala-chatroom-example/build.sbt index c9ebc6f78..72eba0546 100644 --- a/play-scala-chatroom-example/build.sbt +++ b/play-scala-chatroom-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.webjars" %% "webjars-play" % "3.0.1", "org.webjars" % "flot" % "0.8.3-1", "org.webjars" % "bootstrap" % "3.3.7-1", - "net.logstash.logback" % "logstash-logback-encoder" % "7.3", + "net.logstash.logback" % "logstash-logback-encoder" % "7.4", "org.jsoup" % "jsoup" % "1.17.2", "ch.qos.logback" % "logback-classic" % "1.5.0", "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion, diff --git a/play-scala-rest-api-example/build.sbt b/play-scala-rest-api-example/build.sbt index 016ddbf99..737ae114b 100644 --- a/play-scala-rest-api-example/build.sbt +++ b/play-scala-rest-api-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) crossScalaVersions := Seq(scala213, scala3), libraryDependencies ++= Seq( guice, - "net.logstash.logback" % "logstash-logback-encoder" % "7.3", + "net.logstash.logback" % "logstash-logback-encoder" % "7.4", "io.lemonlabs" %% "scala-uri" % "4.0.3", "net.codingwell" %% "scala-guice" % "6.0.0", "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test