Skip to content

Commit 69d3914

Browse files
committed
upgraded spring boot
1 parent 87ae820 commit 69d3914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<guava.version>33.4.6-jre</guava.version>
3535

3636
<!-- !!!!!IMPORTANT!!!!!: when changing the springboot.version property, make sure you also change it in the spring-boot-starter-parent definition -->
37-
<springboot.version>3.4.4</springboot.version>
37+
<springboot.version>3.4.5</springboot.version>
3838
<springcloud.version>3.1.1</springcloud.version>
3939

4040
<logback-access.version>2.0.6</logback-access.version>
@@ -60,7 +60,7 @@
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-starter-parent</artifactId>
6262
<!-- !!!!!IMPORTANT!!!!!: when changing this version make sure to also update springboot.version property -->
63-
<version>3.4.4</version>
63+
<version>3.4.5</version>
6464
<relativePath/>
6565
</parent>
6666
<repositories>

0 commit comments

Comments
 (0)