This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new 46662bc9ac Bump org.jsoup:jsoup from 1.19.1 to 1.20.1
46662bc9ac is described below
commit 46662bc9ac0ae406b6de9e0e437bb247faccb829
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 29 23:10:01 2025 +0000
Bump org.jsoup:jsoup from 1.19.1 to 1.20.1
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.19.1 to 1.20.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.19.1...jsoup-1.20.1)
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-version: 1.20.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 60db5d51d1..285f4b7a8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1316,7 +1316,7 @@ under the License.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.19.1</version>
+ <version>1.20.1</version>
</dependency>
<dependency>