Skip to content

Commit 771e356

Browse files
committed
Use version 2.34.0 of ActiveMQ Artemis docker image
Closes gh-41008
1 parent 1fff51d commit 771e356

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public final class DockerImageNames {
3030

3131
private static final String ACTIVE_MQ_VERSION = "5.18.3";
3232

33-
private static final String ARTEMIS_VERSION = "2.31.2";
33+
private static final String ARTEMIS_VERSION = "2.34.0";
3434

3535
private static final String CASSANDRA_VERSION = "3.11.10";
3636

0 commit comments

Comments
 (0)