Skip to content

Commit

Permalink
Update ActiveMQ Artemis
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Nov 30, 2024
1 parent d14ed66 commit 601a22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/x1/stomp/test/ContainerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static PostgreSQLContainer<?> createPostgresSQLContainer() {

@SuppressWarnings("resource")
static ArtemisContainer createArtemisContainer() {
return new ArtemisContainer("apache/activemq-artemis:2.36.0").withNetwork(NETWORK).withNetworkAliases("activemq-artemis")
return new ArtemisContainer("apache/activemq-artemis:2.37.0").withNetwork(NETWORK).withNetworkAliases("activemq-artemis")
.withUser("artemis").withPassword("artemis");
}

Expand Down

0 comments on commit 601a22d

Please sign in to comment.