Upgrade Spring Geode Samples to Spring Boot 2.7.2.

This commit is contained in:
John Blum
2022-07-21 17:08:24 -07:00
parent 460b8ab641
commit 507f59afd6

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>