Set 'spring-boot-starter-parent' dependency to 2.4.0-SNAPSHOT.

This commit is contained in:
John Blum
2020-09-03 18:53:11 -07:00
parent 85aed4b3a0
commit f422beb8f1

View File

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