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 799b7c52ac Upgrading JSoup
799b7c52ac is described below
commit 799b7c52ac0bb187c0e7837db32484ff41226153
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Dec 3 07:14:52 2024 +0100
Upgrading JSoup
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 36f833824b..8ca019bb2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1404,7 +1404,7 @@ under the License.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.18.2</version>
+ <version>1.18.3</version>
</dependency>
<!-- TEST -->