Skip to content

Commit

Permalink
Upgraded to Spring Boot 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wlanboy committed May 4, 2024
1 parent e856dc7 commit bacdc6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -24,9 +24,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>21</java.version>
<!-- https://mvnrepository.com/artifact/org.webjars/webjars-locator -->
<webjars-locator.version>0.50</webjars-locator.version>
<webjars-locator.version>0.52</webjars-locator.version>
<!-- https://mvnrepository.com/artifact/org.webjars/bootstrap -->
<bootstrap.version>5.3.2</bootstrap.version>
<bootstrap.version>5.3.3</bootstrap.version>
</properties>

<dependencies>
Expand Down

0 comments on commit bacdc6f

Please sign in to comment.