Bump org.jsoup:jsoup from 1.16.2 to 1.17.1 (#294)

Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.2 to 1.17.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.16.2...jsoup-1.17.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-04 11:28:39 +02:00 committed by GitHub
parent 5a7d0abaf2
commit a3df87f57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ dependencies {
// vulnerable transitive dependency
exclude(group = "org.jsoup", module = "jsoup")
}
implementation("org.jsoup:jsoup:1.16.2")
implementation("org.jsoup:jsoup:1.17.1")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("com.knuddels:jtokkit:0.6.1")