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

This commit is contained in:
John Blum
2021-02-22 19:51:21 -08:00
parent e5b7ad74b3
commit 1c5bd3b863

View File

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