Skip to content

Commit ecf6494

Browse files
renovate-botedalex-ian
authored andcommitted
chore(deps): update dependency org.jsoup:jsoup to v1.14.2
1 parent acdf2e6 commit ecf6494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Server/equellaserver/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ val fs2Version = "2.4.4"
2525
val guiceVersion = "3.0"
2626
val jacksonVersion = "2.11.3"
2727
val jsassVersion = "5.10.4"
28-
val jsoupVersion = "1.14.1"
28+
val jsoupVersion = "1.14.2"
2929
val simpledbaVersion = "0.1.9"
3030
val springVersion = "5.3.9"
3131
val sttpVersion = "1.7.2"

autotest/IntegTester/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version := "1.0"
99

1010
val CirceVersion = "0.12.1"
1111
val Http4sVersion = "0.21.8"
12-
val jsoupVersion = "1.14.1"
12+
val jsoupVersion = "1.14.2"
1313

1414
scalaVersion := "2.12.14"
1515
scalacOptions += "-Ypartial-unification"

0 commit comments

Comments
 (0)