mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-19 17:14:47 +00:00
[PRODSEC-7375] activemq version bump, fixing CVE-2023-46604 (#883)
This commit is contained in:
parent
410f042be1
commit
40abaf3710
14
pom.xml
14
pom.xml
@ -184,6 +184,20 @@
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>${dependency.snakeyaml.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- PRODSEC-7375 / CVE-2023-46604-->
|
||||
<!-- Both dependencies can be removed once spring-boot-starter-activemq has secure versions of those dependencies-->
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client</artifactId>
|
||||
<version>5.18.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client-jakarta</artifactId>
|
||||
<version>5.18.3</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user