From acd71784063107e0aabb3fe2654a1ff8ed37a64e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:43:38 +0000 Subject: [PATCH] Update dependency org.jsoup:jsoup to v1.16.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7720c42..4ec588c 100644 --- a/build.sbt +++ b/build.sbt @@ -5,4 +5,4 @@ version := "0.1" scalaVersion := "2.12.8" //libraryDependencies += "org.jsoup" % "jsoup" % "1.8.1" -libraryDependencies += "org.jsoup" % "jsoup" % "1.11.3" +libraryDependencies += "org.jsoup" % "jsoup" % "1.16.2"