Skip to content

Commit

Permalink
Merge pull request #4958 from openequella/renovate/jsoupversion
Browse files Browse the repository at this point in the history
chore(deps): update dependency org.jsoup:jsoup to v1.16.2
  • Loading branch information
PenghaiZhang committed Nov 6, 2023
2 parents 58f3ab8 + 1a0539d commit 4c861de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val cxfVersion = "3.6.2"
val fs2Version = "2.5.11"
val guiceVersion = "5.1.0"
val jsassVersion = "5.10.5"
val jsoupVersion = "1.16.1"
val jsoupVersion = "1.16.2"
val prometheusVersion = "0.16.0"
val sttpVersion = "2.3.0"
val tikaVersion = "2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion autotest/IntegTester/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version := "1.0"

val CirceVersion = "0.12.1"
val Http4sVersion = "0.21.8"
val jsoupVersion = "1.16.1"
val jsoupVersion = "1.16.2"

scalaVersion := "2.13.12"

Expand Down

0 comments on commit 4c861de

Please sign in to comment.