Upgrade to jsoup 1.18.1 (#6765)

#### What type of PR is this?

/kind cleanup
/area core
/milestone 2.20.x

#### What this PR does / why we need it:

This PR upgrades to jsoup 1.18.1. See https://github.com/jhy/jsoup/releases/tag/jsoup-1.18.1 for more.

#### Does this PR introduce a user-facing change?

```release-note
升级依赖 jsoup 至 1.18.1
```
pull/6766/head
John Niang 2024-10-04 20:34:42 +08:00 committed by GitHub
parent 1852784a4c
commit 38b7898899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ext {
pf4j = '3.12.0'
javaDiffUtils = "4.12"
guava = "33.3.1-jre"
jsoup = '1.15.3'
jsoup = '1.18.1'
jsonPatch = "1.13"
springDocOpenAPI = "2.6.0"
lucene = "9.12.0"