Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Upgrade springboot to 3.3.5
  • Loading branch information
nehbehl authored Dec 5, 2024
1 parent ea7c4e6 commit a543603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions excercise 1/exercises/starter/addressbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.3</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<dependencies>
Expand Down Expand Up @@ -55,4 +55,4 @@
</exclusions>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit a543603

Please sign in to comment.