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

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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 6307747c26 Upgrading Spring Cloud Gateay, Postgresql JDBC driver and 
exec-maven-plugin
6307747c26 is described below

commit 6307747c2666e096797b3787890f3a680492778c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu May 29 11:19:03 2025 +0200

    Upgrading Spring Cloud Gateay, Postgresql JDBC driver and exec-maven-plugin
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9a6301cb02..dd6397163e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@ under the License.
     <nimbus-jose-jwt.version>10.3</nimbus-jose-jwt.version>
 
     <spring-boot.version>3.4.6</spring-boot.version>
-    <spring-cloud-gateway.version>4.2.1</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>4.2.3</spring-cloud-gateway.version>
 
     <openjpa.version>4.1.1</openjpa.version>
 
@@ -516,7 +516,7 @@ under the License.
     <docker.oracle.version>23-slim-faststart</docker.oracle.version>
     <docker.neo4j.version>5.26</docker.neo4j.version>
 
-    <jdbc.postgresql.version>42.7.5</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.7.6</jdbc.postgresql.version>
     <jdbc.mysql.version>9.2.0</jdbc.mysql.version>
     <jdbc.mariadb.version>3.5.3</jdbc.mariadb.version>
     <jdbc.oracle.version>23.8.0.25.04</jdbc.oracle.version>
@@ -1425,7 +1425,7 @@ under the License.
       <dependency>
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-contract-wiremock</artifactId>
-        <version>${spring-cloud-gateway.version}</version>
+        <version>4.2.1</version>
         <scope>test</scope>
       </dependency>
     </dependencies>
@@ -1800,7 +1800,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>3.5.0</version>
+          <version>3.5.1</version>
         </plugin>
 
         <plugin>

Reply via email to