You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/08/30 06:11:08 UTC

[syncope] branch master updated: Upgrading JSoup

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new d184cea  Upgrading JSoup
d184cea is described below

commit d184ceaadd05872fc027a335a76f2222ee5ac14c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Aug 30 08:11:00 2021 +0200

    Upgrading JSoup
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2e441af..6b5cd1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1874,7 +1874,7 @@ under the License.
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.13.1</version>
+        <version>1.14.2</version>
       </dependency>
 
       <!-- TEST -->