From e3a37ef2c5011ba5df4da4f21b466ad049612722 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 15 May 2022 15:15:07 +0200 Subject: [PATCH] Update jsoup to 1.15.1 (#548) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0a21c056..b057202f 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ libraryDependencies ++= Seq( "com.github.tomakehurst" % "wiremock" % "2.27.2" % "it,test" ) libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" -libraryDependencies += "org.jsoup" % "jsoup" % "1.14.3" +libraryDependencies += "org.jsoup" % "jsoup" % "1.15.1" libraryDependencies += "org.typelevel" %% "cats-effect" % "3.3.10" libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1" libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.10.1"