diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env
index a7aec5de9c..d5fe836353 100644
--- a/amps/ags/rm-community/rm-community-repo/.env
+++ b/amps/ags/rm-community/rm-community-repo/.env
@@ -1,3 +1,3 @@
SOLR6_TAG=2.0.8.1
POSTGRES_TAG=15.4
-ACTIVEMQ_TAG=5.18.2-jre17-rockylinux8
+ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8
diff --git a/packaging/tests/environment/.env b/packaging/tests/environment/.env
index a7aec5de9c..d5fe836353 100644
--- a/packaging/tests/environment/.env
+++ b/packaging/tests/environment/.env
@@ -1,3 +1,3 @@
SOLR6_TAG=2.0.8.1
POSTGRES_TAG=15.4
-ACTIVEMQ_TAG=5.18.2-jre17-rockylinux8
+ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8
diff --git a/pom.xml b/pom.xml
index 8743459bba..c8a1d972a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
3.5.0.Final
4.0.0
4.1.96.Final
- 5.18.2
+ 5.18.3
1.24.0
4.2.0
3.38.0
diff --git a/scripts/ci/docker-compose/docker-compose-db.yaml b/scripts/ci/docker-compose/docker-compose-db.yaml
index 54d81327fa..acdeba1858 100644
--- a/scripts/ci/docker-compose/docker-compose-db.yaml
+++ b/scripts/ci/docker-compose/docker-compose-db.yaml
@@ -34,7 +34,7 @@ services:
ports:
- "3307:3306"
activemq:
- image: alfresco/alfresco-activemq:5.18.2-jre17-rockylinux8
+ image: alfresco/alfresco-activemq:5.18.3-jre17-rockylinux8
ports:
- "5672:5672" # AMQP
- "61616:61616" # OpenWire
\ No newline at end of file
diff --git a/scripts/ci/docker-compose/docker-compose.yaml b/scripts/ci/docker-compose/docker-compose.yaml
index e1b90965b3..36ea0c7089 100644
--- a/scripts/ci/docker-compose/docker-compose.yaml
+++ b/scripts/ci/docker-compose/docker-compose.yaml
@@ -20,7 +20,7 @@ services:
- "5433:5432"
activemq:
profiles: ["default", "with-transform-core-aio", "activemq", "with-mtls-transform-core-aio"]
- image: alfresco/alfresco-activemq:5.18.2-jre17-rockylinux8
+ image: alfresco/alfresco-activemq:5.18.3-jre17-rockylinux8
ports:
- "5672:5672" # AMQP
- "61616:61616" # OpenWire