This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new c6c0e28f Upgrade to Apache Artemis 2.37.0 (#1371) c6c0e28f is described below commit c6c0e28f6b3ffbcf644e5031ea369d1f39598116 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Aug 23 13:26:24 2024 +0200 Upgrade to Apache Artemis 2.37.0 (#1371) --- .../main/resources/configuration/docker/devservices.docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml b/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml index 5d31fb0b..2cb32be4 100644 --- a/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml +++ b/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml @@ -4,7 +4,7 @@ services: artemis: container_name: artemis - image: apache/activemq-artemis:2.36.0 + image: apache/activemq-artemis:2.37.0 ports: - "8161:8161" - "61616:61616"