mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-09-17 14:21:18 +00:00
ATS-132: Fix HIGH (security policy violation) - for Transform Service product group (in WhiteSource)
- Alfresco Data Model 8.8 - transitive dependency (via opencmis client 1.0.0) - csxg-rt-transports-http 3.0.10 to 3.0.16 (for CVE-2018-8039 - CVSS 3 score of 8.1)
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -91,11 +91,13 @@
|
||||
<artifactId>alfresco-transform-data-model</artifactId>
|
||||
<version>${alfresco-transform-data-model.version}</version>
|
||||
</dependency>
|
||||
<!-- via Data Model / OpenCMIS Client -->
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-transports-http</artifactId>
|
||||
<version>3.2.6</version>
|
||||
<version>3.0.16</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Reference in New Issue
Block a user