Skip to content

Commit

Permalink
upgrade to Spring Boot 2.7.8 and Spring Cloud 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Feb 19, 2023
1 parent d420878 commit 376a48f
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 @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.6</version>
<version>2.7.8</version>
<relativePath />
</parent>
<modules>
Expand Down Expand Up @@ -43,7 +43,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<bucket4j.version>8.1.0</bucket4j.version>
<spring-cloud-starter-gateway.version>3.1.4</spring-cloud-starter-gateway.version>
<spring-cloud-starter-gateway.version>3.1.5</spring-cloud-starter-gateway.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 376a48f

Please sign in to comment.