diff --git a/build.sbt b/build.sbt index 56a742b..367f630 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ lazy val spark2 = (projectMatrix in file("spark2")) name := "spark2-http-rdd", libraryDependencies ++= Seq( "org.apache.spark" %% "spark-core" % "2.4.8" % Provided, - "org.apache.httpcomponents" % "httpclient" % "4.5.13" + "org.apache.httpcomponents" % "httpclient" % "4.5.14" ) ) .dependsOn(core)