diff --git a/autotest/IntegTester/build.sbt b/autotest/IntegTester/build.sbt index 8205dd4e0b7..30456b40d3e 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.12" val jsoupVersion = "1.14.3" scalaVersion := "2.13.8" diff --git a/autotest/Tests/build.sbt b/autotest/Tests/build.sbt index 12103c1ffba..3c3d0010fc9 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.11" val catsVersion = "2.7.0" val cxfVersion = "3.5.2"