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

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

commit ab9be2be38cbe6587906877a1c164f078ca268ac
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Apr 2 16:32:13 2026 +0200

    Upgrading Spring Cloud Gateway
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60d023d43e..4164efe219 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,7 @@ under the License.
     <nimbus-jose-jwt.version>10.8</nimbus-jose-jwt.version>
 
     <spring-boot.version>3.5.13</spring-boot.version>
-    <spring-cloud-gateway.version>4.3.3</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>4.3.4</spring-cloud-gateway.version>
 
     <openjpa.version>4.1.1</openjpa.version>
 
@@ -1465,7 +1465,7 @@ under the License.
       <dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-contract-wiremock</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.3</version>
         <scope>test</scope>
       </dependency>
     </dependencies>

Reply via email to