mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-07 18:24:50 +00:00
ATS-981 Avoid CVE-2022-23181 with spring-boot-starter-web 2.6.3 (#537)
[trigger release] 2.5.7-A3
This commit is contained in:
parent
f2478ee2b7
commit
44d34ce3f2
9
pom.xml
9
pom.xml
@ -248,6 +248,15 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<!-- ATS-981: Avoid CVE-2022-23181 with spring-boot-starter-web 2.6.3 -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat.embed</groupId>
|
||||
<artifactId>tomcat-embed-core</artifactId>
|
||||
<version>9.0.58</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>alfresco-public-snapshots</id>
|
||||
|
Loading…
x
Reference in New Issue
Block a user