Bump jsoup to 1.20.1 (#1814)

This commit is contained in:
Michiel Borkent 2025-05-02 16:34:03 +02:00 committed by GitHub
parent 1fc8ef6adb
commit 00d56900e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

View file

@ -10,6 +10,7 @@ A preview of the next release can be installed from
## Unreleased
- Bump `fs` to `0.5.25`
- Bump `jsoup` to `1.20.1`
## 1.12.200 (2025-04-26)

View file

@ -52,7 +52,7 @@
org.babashka/cli {:mvn/version "0.8.65"}
org.babashka/http-client {:mvn/version "0.4.22"}
org.flatland/ordered {:mvn/version "1.15.12"}
org.jsoup/jsoup {:mvn/version "1.19.1"}}
org.jsoup/jsoup {:mvn/version "1.20.1"}}
:aliases {:babashka/dev
{:main-opts ["-m" "babashka.main"]}
:profile

2
fs

@ -1 +1 @@
Subproject commit 854c16818c69278f206b5c446d7b467706ee4542
Subproject commit fdd5780bc4df4931332b56082c6c3a5c3c85066d

View file

@ -36,7 +36,7 @@
[insn/insn "0.5.2"]
[org.babashka/cli "0.8.65"]
[org.babashka/http-client "0.4.22"]
[org.jsoup/jsoup "1.19.1"]
[org.jsoup/jsoup "1.20.1"]
[borkdude/graal.locking "0.0.2"]]
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
:metabom {:jar-name "metabom.jar"}

View file

@ -52,7 +52,7 @@
org.babashka/cli {:mvn/version "0.8.65"}
org.babashka/http-client {:mvn/version "0.4.22"}
org.flatland/ordered {:mvn/version "1.15.12"}
org.jsoup/jsoup {:mvn/version "1.19.1"}}
org.jsoup/jsoup {:mvn/version "1.20.1"}}
:aliases {:babashka/dev
{:main-opts ["-m" "babashka.main"]}
:profile