Skip to content

Commit

Permalink
Update spring-boot version in pom.xml
Browse files Browse the repository at this point in the history
The version of the spring-boot-starter-parent dependency was updated from 3.2.1 to 3.2.2 in the pom.xml. Similarly, the version for the spring-boot-maven-plugin was added as 3.1.2. These changes ensure we are utilizing the latest features and improvements of the spring framework in our project.
  • Loading branch information
skynetcap committed Jan 20, 2024
1 parent 881697e commit 0ae88a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.1</version>
<version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>markets.arcana</groupId>
Expand Down Expand Up @@ -39,6 +39,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 0ae88a7

Please sign in to comment.