Update spring boot to 2.7.11 to remove CVE-2023-20863 vulnerability

This commit is contained in:
mstrankowski 2023-04-20 11:39:28 +02:00
parent 29c96eef8a
commit 86572fe8ec

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.10</version>
<version>2.7.11</version>
</parent>
<properties>