This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new d651ca4d89 Upgrading JSoup
d651ca4d89 is described below
commit d651ca4d89505ee38cac35d87fc0e3d44511fcc5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jun 24 08:18:02 2025 +0200
Upgrading JSoup
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c029c78424..b1cd7f6d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1415,7 +1415,7 @@ under the License.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.19.1</version>
+ <version>1.21.1</version>
</dependency>
<!-- TEST -->