We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d51ee commit 5d4d31dCopy full SHA for 5d4d31d
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
<parent>
10
<groupId>org.springframework.boot</groupId>
11
<artifactId>spring-boot-starter-parent</artifactId>
12
- <version>3.5.7</version>
+ <version>3.5.8</version>
13
<relativePath /> <!-- lookup parent from repository -->
14
</parent>
15
@@ -43,6 +43,7 @@
43
<properties>
44
<!-- Java version used for the project -->
45
<java.version>17</java.version>
46
+ <micrometer.version>1.15.6</micrometer.version>
47
</properties>
48
49
<!-- Project dependencies -->
0 commit comments