From 2552c5ba9453fab65359f1fa5180f3ad97f166fa Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:05:52 +0200 Subject: [PATCH] Update htmlunit to 4.4.0 (#497) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c98bcdd6..a04cc6a5f 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val core = project name := "scala-scraper", libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.32.0", - "org.htmlunit" % "htmlunit" % "4.3.0", + "org.htmlunit" % "htmlunit" % "4.4.0", "org.jsoup" % "jsoup" % "1.18.1", "org.scalaz" %% "scalaz-core" % "7.3.8", "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,