Skip to content

Commit

Permalink
Merge branch 'master' into pattern-matching
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed authored Nov 27, 2024
2 parents cee475a + d62fd6d commit 4d2d8a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 4d2d8a1

Please sign in to comment.