Upgrade to Spring Boot 2.3.0.RELEASE in SBDG Samples parent Maven POM.

This commit is contained in:
John Blum
2020-05-22 01:39:16 -07:00
parent 9416c50048
commit 75b7362737

View File

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