Skip to content

Commit 62070d1

Browse files
authored
CMR-11488 - Snyk - org.jsoup:jsoup (#2491)
Update system-int-test and common-app-lib dependency and transitive dependency on org.jsoup:jsoup from 1.14.2 to 1.23.2
1 parent 83b021c commit 62070d1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

common-app-lib/project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
[com.vladsch.flexmark/flexmark-all "0.64.0"]
2020
[org.eclipse.jetty.ee9/jetty-ee9-servlet "12.1.10"]
2121
[org.eclipse.jetty/jetty-util "12.1.8"]
22+
[org.jsoup/jsoup "1.23.2"]
2223
[ring/ring-core "1.15.4"]
2324
[ring/ring-jetty-adapter "1.15.4"
2425
:exclusions [org.eclipse.jetty.ee9/jetty-ee9-servlet]]

system-int-test/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
[org.clojure/tools.logging "0.4.0"]
3939
[org.clojure/tools.reader "1.3.2"]
4040
[org.eclipse.jetty.ee9/jetty-ee9-servlet "12.1.10"]
41-
[org.jsoup/jsoup "1.14.2"]
41+
[org.jsoup/jsoup "1.23.2"]
4242
[potemkin "0.4.5"]
4343
[prismatic/schema "1.1.9"]
4444
[ring/ring-codec "1.3.0" :exclusions [org.bouncycastle/bcpkix-jdk15on]]

0 commit comments

Comments
 (0)