From 9d8438d446db4c26b46c95f47ea61c8053fdd704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:47:21 +0000 Subject: [PATCH] chore(deps): update dependency com.typesafe.akka:akka-http-core 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 1034ecbd..a3465765 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -12,6 +12,6 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % "2.8.4", "com.typesafe.akka" %% "akka-stream" % "2.8.0", "com.typesafe.akka" %% "akka-http" % "10.5.2", - "com.typesafe.akka" %% "akka-http-core" % "10.5.0", + "com.typesafe.akka" %% "akka-http-core" % "10.5.2", "ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime, ) \ No newline at end of file