Skip to content

Commit

Permalink
Upgrading Spring Cloud Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 4, 2023
1 parent 094c61c commit 449e852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.37</nimbus-jose-jwt.version>

<spring-boot.version>2.7.17</spring-boot.version>
<spring-cloud-gateway.version>3.1.8</spring-cloud-gateway.version>
<spring-cloud-gateway.version>3.1.9</spring-cloud-gateway.version>

<openjpa.version>3.2.2</openjpa.version>
<hikaricp.version>5.0.1</hikaricp.version>
Expand Down Expand Up @@ -1376,7 +1376,7 @@ under the License.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
<version>${spring-cloud-gateway.version}</version>
<version>3.1.8</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 449e852

Please sign in to comment.