Skip to content

Commit

Permalink
Upgrading Spring Boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 21, 2024
1 parent 500c030 commit a2e917a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ under the License.
<bouncycastle.version>1.79</bouncycastle.version>
<nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>

<spring-boot.version>3.3.5</spring-boot.version>
<spring-boot.version>3.3.6</spring-boot.version>
<spring-cloud-gateway.version>4.1.5</spring-cloud-gateway.version>

<openjpa.version>4.0.1</openjpa.version>
Expand Down Expand Up @@ -653,14 +653,6 @@ under the License.
<version>7.1.0</version>
</dependency>

<!-- TMP until Spring Boot 3.3.6-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.15</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down

0 comments on commit a2e917a

Please sign in to comment.