Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.3.0
Browse files Browse the repository at this point in the history
Closes gh-1475
  • Loading branch information
mhalbritter committed Jun 7, 2024
1 parent 4593faf commit a3b4072
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 @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.6</version>
<version>3.3.0</version>
</parent>
<groupId>io.spring.start</groupId>
<artifactId>start-parent</artifactId>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-dependencies</artifactId>
<version>5.8.0</version>
<version>5.13.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a3b4072

Please sign in to comment.