Upgrade Spring Geode Samples Maven POM to Spring Boot 2.7.7-SNAPSHOT.

This commit is contained in:
John Blum
2022-12-05 15:08:36 -08:00
parent c1e68c53f7
commit 740092b009

View File

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