From f83f28c7d7750f7cc209d81addc8a74d6f66664e Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:57:58 +0000 Subject: [PATCH 1/2] Update play-ahc-ws to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15836559..3aae4c17 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val root = (project in file(".")) "com.fasterxml.jackson.core", "jackson-databind" ), - // Transient dependency of Play. No newer version of Play 3.0.3 with this vulnerability fixed. + // Transient dependency of Play. No newer version of Play 3.0.4 with this vulnerability fixed. "ch.qos.logback" % "logback-classic" % "1.5.6", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1" ), From f9c9955877921af8d8693653070e269283ea04b6 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:57:59 +0000 Subject: [PATCH 2/2] Update sbt-plugin to 3.0.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8c33f8b9..9fc7280a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ // Comment to get more information during initialization logLevel := Level.Warn -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")