Upgrade Spring Geode Samples to Spring Boot 2.7.5.

This commit is contained in:
John Blum
2022-10-24 10:16:30 -07:00
parent 7e9dca80bb
commit 7250a349ed

View File

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