Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patbaumgartner authored and dsyer committed May 25, 2024
1 parent 52e528b commit 7034d17
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 @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
</parent>
<name>petclinic</name>

Expand Down

0 comments on commit 7034d17

Please sign in to comment.