Upgrade to Spring Boot 2.7.2

- Fixes #477
This commit is contained in:
Janne Valkealahti
2022-07-21 14:09:36 +01:00
parent 153f9e70a2
commit 416700b10b

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.0</version>
<version>2.7.2</version>
<relativePath />
</parent>
<scm>