Upgrade to Spring Geode Samples parent Maven POM to Spring Boot 2.6.5.

This commit is contained in:
John Blum
2022-03-24 19:27:26 -07:00
parent 2e0d8f23c9
commit c65780a57b

View File

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