This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 4abdbb2a7 chore(deps): bump org.jsoup:jsoup from 1.22.1 to 1.22.2
(#2669)
4abdbb2a7 is described below
commit 4abdbb2a72e3743a48d2d70054b816f9c9ac1b78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 27 18:43:59 2026 -0500
chore(deps): bump org.jsoup:jsoup from 1.22.1 to 1.22.2 (#2669)
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.22.1 to 1.22.2.
- [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.22.1...jsoup-1.22.2)
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-version: 1.22.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
support/jakarta-ee/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml
index 81e141409..9dc1097b8 100644
--- a/support/jakarta-ee/pom.xml
+++ b/support/jakarta-ee/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.22.1</version>
+ <version>1.22.2</version>
</dependency>
<!-- Test Dependencies -->