diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env index c6c00a9d5d2..04809936755 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.5 POSTGRES_TAG=14.4 -ACTIVEMQ_TAG=5.17.1-jre11-rockylinux8 +ACTIVEMQ_TAG=5.17.6-jre17-rockylinux8 diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 36ced5a2d8e..ce9ff75495f 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -434,7 +434,7 @@ - alfresco/alfresco-activemq:${dependency.activemq.version}-jre11-rockylinux8 + alfresco/alfresco-activemq:${dependency.activemq.version}-jre17-rockylinux8 ${activemq.port1}:${activemq.port1} @@ -505,7 +505,7 @@ - alfresco/alfresco-activemq:${dependency.activemq.version}-jre11-rockylinux8 + alfresco/alfresco-activemq:${dependency.activemq.version}-jre17-rockylinux8 ${activemq.port1}:${activemq.port1} diff --git a/packaging/tests/environment/.env b/packaging/tests/environment/.env index c6c00a9d5d2..04809936755 100644 --- a/packaging/tests/environment/.env +++ b/packaging/tests/environment/.env @@ -1,3 +1,3 @@ SOLR6_TAG=2.0.5 POSTGRES_TAG=14.4 -ACTIVEMQ_TAG=5.17.1-jre11-rockylinux8 +ACTIVEMQ_TAG=5.17.6-jre17-rockylinux8 diff --git a/pom.xml b/pom.xml index 7e198b92cf6..5c0aa0edde9 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 4.1.79.Final 4.1.72.Final 2.0.53.Final - 5.17.1 + 5.17.6 1.21 1.2.5 4.2.0 diff --git a/scripts/ci/docker-compose/docker-compose-db.yaml b/scripts/ci/docker-compose/docker-compose-db.yaml index 1e74d3f65d1..c6f0e328d92 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.17.1-jre11-rockylinux8 + image: alfresco/alfresco-activemq:5.17.6-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 c14fc917347..ffba0c001b8 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"] - image: alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8 + image: alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8 ports: - "5672:5672" # AMQP - "61616:61616" # OpenWire \ No newline at end of file