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 9e1a23df3e Upgrading Spring Cloud Gateway, JSoup, 
maven-surefire-plugin and maven-failsafe-plugin
9e1a23df3e is described below

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

    Upgrading Spring Cloud Gateway, JSoup, maven-surefire-plugin and 
maven-failsafe-plugin
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index d22334e19a..477f70b163 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ under the License.
     <nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version>
 
     <spring-boot.version>3.3.1</spring-boot.version>
-    <spring-cloud-gateway.version>4.1.4</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>4.1.5</spring-cloud-gateway.version>
 
     <openjpa.version>4.0.0</openjpa.version>
 
@@ -1261,7 +1261,7 @@ under the License.
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.17.2</version>
+        <version>1.18.1</version>
       </dependency>
 
       <dependency>
@@ -1305,7 +1305,7 @@ under the License.
       <dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-contract-wiremock</artifactId>
-        <version>4.1.3</version>
+        <version>4.1.4</version>
         <scope>test</scope>
       </dependency>
     </dependencies>
@@ -1606,7 +1606,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>
@@ -1616,7 +1616,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