File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
modules/hivemq/src/test/java/org/testcontainers/hivemq/docs Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class DemoExtensionTestsIT {
3838
3939 @ Container
4040 final HiveMQContainer hivemqWithClasspathExtension = new HiveMQContainer (
41- DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2021 .3" )
41+ DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2024 .3" )
4242 )
4343 .waitForExtension (hiveMQEClasspathxtension )
4444 .withExtension (hiveMQEClasspathxtension )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class DemoFilesIT {
1919
2020 // hivemqHome {
2121 final HiveMQContainer hivemqFileInHome = new HiveMQContainer (
22- DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2021 .3" )
22+ DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2024 .3" )
2323 )
2424 .withFileInHomeFolder (
2525 MountableFile .forHostPath ("src/test/resources/additionalFile.txt" ),
@@ -31,7 +31,7 @@ class DemoFilesIT {
3131 // extensionHome {
3232 @ Container
3333 final HiveMQContainer hivemqFileInExtensionHome = new HiveMQContainer (
34- DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2021 .3" )
34+ DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2024 .3" )
3535 )
3636 .withExtension (
3737 HiveMQExtension
@@ -52,7 +52,7 @@ class DemoFilesIT {
5252
5353 // withLicenses {
5454 @ Container
55- final HiveMQContainer hivemq = new HiveMQContainer (DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2021 .3" ))
55+ final HiveMQContainer hivemq = new HiveMQContainer (DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2024 .3" ))
5656 .withLicense (MountableFile .forHostPath ("src/test/resources/myLicense.lic" ))
5757 .withLicense (MountableFile .forHostPath ("src/test/resources/myExtensionLicense.elic" ));
5858
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class DemoHiveMQContainerIT {
1818
1919 // ceVersion {
2020 @ Container
21- final HiveMQContainer hivemqCe = new HiveMQContainer (DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2021 .3" ))
21+ final HiveMQContainer hivemqCe = new HiveMQContainer (DockerImageName .parse ("hivemq/hivemq-ce" ).withTag ("2024 .3" ))
2222 .withLogLevel (Level .DEBUG );
2323
2424 // }
@@ -43,7 +43,7 @@ class DemoHiveMQContainerIT {
4343
4444 // specificVersion {
4545 @ Container
46- final HiveMQContainer hivemqSpecificVersion = new HiveMQContainer (DockerImageName .parse ("hivemq/hivemq-ce:2021 .3" ));
46+ final HiveMQContainer hivemqSpecificVersion = new HiveMQContainer (DockerImageName .parse ("hivemq/hivemq-ce:2024 .3" ));
4747
4848 // }
4949
You can’t perform that action at this time.
0 commit comments