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

View File

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