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 0bc892cb79 Upgrading JSoup, maven-surefire-plugin and 
maven-failsafe-plugin
0bc892cb79 is described below

commit 0bc892cb79776b1e29ca6ea1635cb797932caf57
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jul 11 08:18:52 2024 +0200

    Upgrading JSoup, maven-surefire-plugin and maven-failsafe-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d627e537f1..58713e6958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1399,7 +1399,7 @@ under the License.
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.17.2</version>
+        <version>1.18.1</version>
       </dependency>
 
       <!-- TEST -->
@@ -1724,7 +1724,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.3.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1734,7 +1734,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.3.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>

Reply via email to