This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
The following commit(s) were added to refs/heads/master by this push:
new 02a72f2f Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1023)
02a72f2f is described below
commit 02a72f2fb2d448f850530cf3ac8ea37448ef768a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 2 15:52:18 2026 +0100
Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1023)
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>
---
doxia-modules/doxia-module-markdown/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doxia-modules/doxia-module-markdown/pom.xml
b/doxia-modules/doxia-module-markdown/pom.xml
index 60538d82..fd94c3c4 100644
--- a/doxia-modules/doxia-module-markdown/pom.xml
+++ b/doxia-modules/doxia-module-markdown/pom.xml
@@ -140,7 +140,7 @@ under the License.
<!-- for converting html to xhtml -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.21.2</version>
+ <version>1.22.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>