diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env index 443245722d..7cfb90ba9a 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.7-A5 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 391a23e53e..1f32468410 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -436,7 +436,7 @@ - alfresco/alfresco-activemq:${dependency.activemq.version}-jre11-rockylinux8 + alfresco/alfresco-activemq:${dependency.activemq.version}-jre17-rockylinux8 ${activemq.port1}:${activemq.port1} @@ -507,7 +507,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 443245722d..7cfb90ba9a 100644 --- a/packaging/tests/environment/.env +++ b/packaging/tests/environment/.env @@ -1,3 +1,3 @@ SOLR6_TAG=2.0.7-A5 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 68da170059..2f1f14108b 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 4.1.87.Final 4.1.82.Final 2.0.56.Final - 5.17.4 + 5.17.6 1.22 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 1e74d3f65d..c6f0e328d9 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 dc37e4649f..93f132a039 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.17.1-jre11-rockylinux8 + image: alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8 ports: - "5672:5672" # AMQP - "61616:61616" # OpenWire