Skip to content

Commit

Permalink
jsoup: 1.16.2 -> 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Dec 2, 2023
1 parent 55369e6 commit 65c12e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val producers =
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % "test",
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % "test",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.3.0",
libraryDependencies += "org.jsoup" % "jsoup" % "1.16.2",
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.1",
libraryDependencies += "org.ocpsoft.prettytime" % "prettytime" % "5.0.7.Final",
testFrameworks += new TestFramework(
"zio.test.sbt.ZTestFramework"
Expand Down

0 comments on commit 65c12e2

Please sign in to comment.