Skip to content

Commit 541e7da

Browse files
committed
Update to Spring Boot 2.7.6
1 parent f8fdc27 commit 541e7da

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
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.1</version>
8+
<version>2.7.6</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.tutorialworks.demos</groupId>
1212
<artifactId>spring-boot-with-metrics</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>1.0.0-SNAPSHOT</version>
1414
<name>spring-boot-with-metrics</name>
1515
<description>Spring Boot with Metrics Demo</description>
1616

0 commit comments

Comments
 (0)