Skip to content

Commit 9290023

Browse files
author
wlanboy
committed
Upgrade to Spring Boot 3.5.5
1 parent 4a69ae1 commit 9290023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>3.4.1</version>
18+
<version>3.5.5</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

@@ -26,7 +26,7 @@
2626
<!-- https://mvnrepository.com/artifact/org.webjars/webjars-locator -->
2727
<webjars-locator.version>0.52</webjars-locator.version>
2828
<!-- https://mvnrepository.com/artifact/org.webjars/bootstrap -->
29-
<bootstrap.version>5.3.3</bootstrap.version>
29+
<bootstrap.version>5.3.8</bootstrap.version>
3030
</properties>
3131

3232
<dependencies>

0 commit comments

Comments
 (0)