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 8da0e47147 Upgrading Spring Cloud Gateay, Postgresql JDBC driver and
exec-maven-plugin
8da0e47147 is described below
commit 8da0e47147ae6148eb2f0faa21aa49483cd54157
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu May 29 11:21:52 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 de1c48e562..4b02b18f9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@ under the License.
<spring-framework.version>5.3.39</spring-framework.version>
<spring-security.version>5.8.16</spring-security.version>
<spring-boot.version>2.7.18</spring-boot.version>
- <spring-cloud-gateway.version>3.1.9</spring-cloud-gateway.version>
+ <spring-cloud-gateway.version>3.1.10</spring-cloud-gateway.version>
<openjpa.version>3.2.2</openjpa.version>
<hikaricp.version>5.0.1</hikaricp.version>
@@ -507,7 +507,7 @@ under the License.
<docker.mysql.version>8.0</docker.mysql.version>
<docker.mariadb.version>11</docker.mariadb.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.mssql.version>12.6.1.jre11</jdbc.mssql.version>
@@ -1434,7 +1434,7 @@ under the License.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
- <version>3.1.8</version>
+ <version>${spring-cloud-gateway.version}</version>
<scope>test</scope>
</dependency>
@@ -1798,7 +1798,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>