diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fb278a3..b3d21de 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
 
 object Dependencies {
 
-  val playVersion  = "2.9.5"
+  val playVersion  = "2.9.6"
   val typesafePlay = "com.typesafe.play" %% "play" % playVersion
 
   val scalaVersion       = "2.13.15"
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 29850e1..b428bb7 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit"               %% "sbt-github-packages"  % "0.5.3")
 addSbtPlugin("org.wartremover"              %% "sbt-wartremover"      % "3.2.5")
 addSbtPlugin("org.scalameta"                %% "sbt-scalafmt"         % "2.5.2")
 addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.25")
-addSbtPlugin("com.typesafe.play"            %% "sbt-plugin"           % "2.9.5")
+addSbtPlugin("com.typesafe.play"            %% "sbt-plugin"           % "2.9.6")
 addSbtPlugin("org.scoverage"                %% "sbt-scoverage"        % "2.2.2")
 
 ThisBuild / dependencyOverrides ++= Seq(