We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ae820 commit 69d3914Copy full SHA for 69d3914
pom.xml
@@ -34,7 +34,7 @@
34
<guava.version>33.4.6-jre</guava.version>
35
36
<!-- !!!!!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>
+ <springboot.version>3.4.5</springboot.version>
38
<springcloud.version>3.1.1</springcloud.version>
39
40
<logback-access.version>2.0.6</logback-access.version>
@@ -60,7 +60,7 @@
60
<groupId>org.springframework.boot</groupId>
61
<artifactId>spring-boot-starter-parent</artifactId>
62
<!-- !!!!!IMPORTANT!!!!!: when changing this version make sure to also update springboot.version property -->
63
- <version>3.4.4</version>
+ <version>3.4.5</version>
64
<relativePath/>
65
</parent>
66
<repositories>
0 commit comments