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 d62fd6de99 Upgrading Spring Cloud Gateway and Contract
d62fd6de99 is described below
commit d62fd6de9998bedde57eeb5fa5bce4e016b0d4af
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Nov 27 08:32:20 2024 +0100
Upgrading Spring Cloud Gateway and Contract
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5867aeff01..8e8cd095db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ under the License.
<nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>
<spring-boot.version>3.3.6</spring-boot.version>
- <spring-cloud-gateway.version>4.1.5</spring-cloud-gateway.version>
+ <spring-cloud-gateway.version>4.1.6</spring-cloud-gateway.version>
<openjpa.version>4.0.1</openjpa.version>
@@ -1347,11 +1347,10 @@ under the License.
<version>${cxf.version}</version>
<scope>test</scope>
</dependency>
- <!-- TMP: move back to ${spring-cloud-gateway.version} as soon as
possible -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
- <version>4.1.4</version>
+ <version>4.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>