This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 64028dc4 Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1773)
64028dc4 is described below
commit 64028dc44d532fe80dbe6e13ce14fadeb63e7e07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 22:47:45 2026 +0100
Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1773)
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.22.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
-
[Commits](https://github.com/jhy/jsoup/compare/jsoup-1.21.2...jsoup-1.22.1)
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-version: 1.22.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index 534d0dc3..67849a9a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -38,7 +38,7 @@ under the License.
<properties>
<!-- dependency versions -->
<crawler-commons.version>1.6</crawler-commons.version>
- <jsoup.version>1.21.2</jsoup.version>
+ <jsoup.version>1.22.1</jsoup.version>
<icu4j.version>78.1</icu4j.version>
<xerces.version>2.12.2</xerces.version>
<httpclient.version>4.5.14</httpclient.version>