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

This commit is contained in:
John Blum
2021-04-28 09:43:17 -07:00
parent 67fb73bcdb
commit 3b2e3bc254

View File

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