From 1d1b7685fae3e4d92ae4ce89d8cfd06d4659d70c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:18:37 +0000 Subject: [PATCH] chore(deps): update dependency com.typesafe.akka:akka-http to v10.5.2 --- sangria/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sangria/build.sbt b/sangria/build.sbt index 9c176de8..1034ecbd 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -11,7 +11,7 @@ libraryDependencies ++= Seq( "org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.3", "com.typesafe.akka" %% "akka-actor" % "2.8.4", "com.typesafe.akka" %% "akka-stream" % "2.8.0", - "com.typesafe.akka" %% "akka-http" % "10.5.0", + "com.typesafe.akka" %% "akka-http" % "10.5.2", "com.typesafe.akka" %% "akka-http-core" % "10.5.0", "ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime, ) \ No newline at end of file