diff --git a/autotest/IntegTester/build.sbt b/autotest/IntegTester/build.sbt index 7a7d6b67ee2..09cfc322554 100644 --- a/autotest/IntegTester/build.sbt +++ b/autotest/IntegTester/build.sbt @@ -6,7 +6,7 @@ name := "IntegTester" version := "1.0" val CirceVersion = "0.12.1" -val Http4sVersion = "0.21.8" +val Http4sVersion = "0.23.16" val jsoupVersion = "1.16.2" scalaVersion := "2.13.12" diff --git a/autotest/Tests/build.sbt b/autotest/Tests/build.sbt index a78813f3c1a..b248fff4ac7 100644 --- a/autotest/Tests/build.sbt +++ b/autotest/Tests/build.sbt @@ -7,7 +7,7 @@ dependsOn(LocalProject("IntegTester"), LocalProject("config")) inConfig(Serial)(Defaults.testTasks) val circeVersion = "0.12.1" -val http4sVersion = "0.21.8" +val http4sVersion = "0.23.12" val catsVersion = "2.10.0" val cxfVersion = "3.6.2"