Skip to content

Commit

Permalink
Merge pull request #1058 from Privado-Inc/dev
Browse files Browse the repository at this point in the history
updated htmlunit version (#1057)
  • Loading branch information
hiteshbedre authored Apr 4, 2024
2 parents df17ef2 + d823848 commit 31866fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
"org.apache.poi" % "poi-ooxml" % "5.2.2",
"com.github.jsqlparser" % "jsqlparser" % "4.6",
"org.apache.maven" % "maven-model" % "3.9.0",
"net.sourceforge.htmlunit" % "htmlunit" % "2.70.0",
"org.htmlunit" % "htmlunit" % "4.0.0",
"org.yaml" % "snakeyaml" % "1.33",
"org.scala-lang" % "scala-reflect" % "2.13.8",
"org.scala-lang" % "scala-compiler" % "2.13.8",
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/ai/privado/passes/HTMLParserPass.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ import ai.privado.entrypoint.PrivadoInput
import ai.privado.model.Constants
import ai.privado.tagger.PrivadoParallelCpgPass
import ai.privado.utility.Utilities
import com.gargoylesoftware.htmlunit.html.*
import com.gargoylesoftware.htmlunit.html.HtmlScript
import com.gargoylesoftware.htmlunit.{BrowserVersion, WebClient}
import org.htmlunit.html.*
import org.htmlunit.html.HtmlScript
import org.htmlunit.{BrowserVersion, WebClient}
import io.shiftleft.codepropertygraph.generated.Cpg
import io.shiftleft.codepropertygraph.generated.nodes.{NewFile, NewTemplateDom}
import org.slf4j.LoggerFactory
Expand Down

0 comments on commit 31866fa

Please sign in to comment.