From 1fff34e48d6a7815e20a79f443e7bf623cf1d8ec Mon Sep 17 00:00:00 2001 From: Domenico Sibilio Date: Fri, 17 Nov 2023 16:43:24 +0100 Subject: [PATCH] MNT-24063 Bump ActiveMQ to 5.17.6 (#2323) --- amps/ags/rm-community/rm-community-repo/.env | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 4 ++-- packaging/tests/environment/.env | 2 +- pom.xml | 2 +- scripts/ci/docker-compose/docker-compose-db.yaml | 2 +- scripts/ci/docker-compose/docker-compose.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env index c6c00a9d5d..0480993675 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 1fc632b797..479fe5a25f 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 c6c00a9d5d..0480993675 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 5d61a78cbb..e2dd04e18f 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 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 053a0bb320..ffb90edb17 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