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

commit 09d2adb4e669cc80cea1f489456b65a265cfef18
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon May 16 16:16:20 2022 +0200

    Upgrading Tomcat and JSOUP
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f3b8fd841..4a5dbb317e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,7 +501,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.62</tomcat.version>
+    <tomcat.version>9.0.63</tomcat.version>
     <wildfly.version>26.1.0.Final</wildfly.version>
     <payara.version>5.2022.2</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
@@ -1855,7 +1855,7 @@ under the License.
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.14.3</version>
+        <version>1.15.1</version>
       </dependency>
 
       <!-- TEST -->

Reply via email to