Merge pull request #788 from Alfresco/feature/PRODSEC-7166_update_spring_boot_to_2_7_11

Update spring boot to 2.7.11 to remove CVE-2023-20863 vulnerability
This commit is contained in:
Marcin Strankowski 2023-04-20 12:02:05 +02:00 committed by GitHub
commit 72b2df5a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>