diff --git a/deps.edn b/deps.edn index 7420e333..7f036267 100644 --- a/deps.edn +++ b/deps.edn @@ -52,7 +52,7 @@ org.babashka/cli {:mvn/version "0.8.62"} org.babashka/http-client {:mvn/version "0.4.22"} org.flatland/ordered {:mvn/version "1.15.12"} - org.jsoup/jsoup {:mvn/version "1.18.1"}} + org.jsoup/jsoup {:mvn/version "1.19.1"}} :aliases {:babashka/dev {:main-opts ["-m" "babashka.main"]} :profile @@ -174,7 +174,7 @@ prismatic/plumbing {:git/url "https://github.com/plumatic/plumbing", :git/sha "424bc704f2db422de34269c139a5494314b3a43b"} org.clj-commons/hickory {:git/url "https://github.com/clj-commons/hickory" - :git/sha "27ee318928b6748075fa9954740afedf916ff795"}} + :git/sha "9385b6708ef35f161732d8464b3a3aa57dd79f30"}} :classpath-overrides {org.clojure/clojure nil org.clojure/spec.alpha nil}} :clj-nvd diff --git a/project.clj b/project.clj index a3b0ddc8..d476bc99 100644 --- a/project.clj +++ b/project.clj @@ -36,7 +36,7 @@ [insn/insn "0.5.2"] [org.babashka/cli "0.8.62"] [org.babashka/http-client "0.4.22"] - [org.jsoup/jsoup "1.18.1"] + [org.jsoup/jsoup "1.19.1"] [borkdude/graal.locking "0.0.2"]] :plugins [[org.kipz/lein-meta-bom "0.1.1"]] :metabom {:jar-name "metabom.jar"} diff --git a/resources/META-INF/babashka/deps.edn b/resources/META-INF/babashka/deps.edn index 7420e333..5cac0a0b 100644 --- a/resources/META-INF/babashka/deps.edn +++ b/resources/META-INF/babashka/deps.edn @@ -52,7 +52,7 @@ org.babashka/cli {:mvn/version "0.8.62"} org.babashka/http-client {:mvn/version "0.4.22"} org.flatland/ordered {:mvn/version "1.15.12"} - org.jsoup/jsoup {:mvn/version "1.18.1"}} + org.jsoup/jsoup {:mvn/version "1.19.1"}} :aliases {:babashka/dev {:main-opts ["-m" "babashka.main"]} :profile @@ -174,7 +174,7 @@ prismatic/plumbing {:git/url "https://github.com/plumatic/plumbing", :git/sha "424bc704f2db422de34269c139a5494314b3a43b"} org.clj-commons/hickory {:git/url "https://github.com/clj-commons/hickory" - :git/sha "27ee318928b6748075fa9954740afedf916ff795"}} + :git/sha "749ba998aa64f19092876cda967e6c562c56b81d"}} :classpath-overrides {org.clojure/clojure nil org.clojure/spec.alpha nil}} :clj-nvd diff --git a/test-resources/lib_tests/bb-tested-libs.edn b/test-resources/lib_tests/bb-tested-libs.edn index 10820bb3..00a68e87 100644 --- a/test-resources/lib_tests/bb-tested-libs.edn +++ b/test-resources/lib_tests/bb-tested-libs.edn @@ -193,7 +193,7 @@ :test-namespaces [plumbing.core-test], :test-paths ["test"]} org.clj-commons/hickory {:git-url "https://github.com/clj-commons/hickory" - :git-sha "27ee318928b6748075fa9954740afedf916ff795" + :git-sha "9385b6708ef35f161732d8464b3a3aa57dd79f30" :test-paths ["test/cljc"] :test-namespaces [hickory.test.core hickory.test.convert