Use version 2.34.0 of ActiveMQ Artemis docker image

Closes gh-41008
This commit is contained in:
Moritz Halbritter 2024-06-07 10:43:32 +02:00
parent 1fff51d53d
commit 771e356b3b

View File

@ -30,7 +30,7 @@ public final class DockerImageNames {
private static final String ACTIVE_MQ_VERSION = "5.18.3";
private static final String ARTEMIS_VERSION = "2.31.2";
private static final String ARTEMIS_VERSION = "2.34.0";
private static final String CASSANDRA_VERSION = "3.11.10";