Skip to content

Commit

Permalink
Update Spring Boot to version 3.2.7
Browse files Browse the repository at this point in the history
- Upgraded Spring Boot from 3.2.2 to 3.2.7
- Updated dependencies and configurations as necessary
- Verified functionality and ran tests to ensure stability
  • Loading branch information
Syed Abdullah committed Oct 10, 2024
1 parent a7e1ddb commit 4b17d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.7</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>syed.abdullah</groupId>
Expand Down

0 comments on commit 4b17d03

Please sign in to comment.